{
  "name": "DailyOS - Your Daily Operating System",
  "short_name": "DailyOS",
  "description": "DailyOS - Your everyday toolkit. Access essential tools like compass, level, time converter, QR scanner, expense tracker, todo list, and more. All in one place.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#667eea",
  "orientation": "portrait-primary",
  "icons": [
    {
      "src": "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 192 192'><rect width='192' height='192' fill='%23667eea'/><path d='M96 40 L60 96 L96 152 L132 96 Z' fill='white' opacity='0.9'/><circle cx='96' cy='96' r='8' fill='white'/></svg>",
      "sizes": "192x192",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    },
    {
      "src": "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'><rect width='512' height='512' fill='%23667eea'/><path d='M256 106 L160 256 L256 406 L352 256 Z' fill='white' opacity='0.9'/><circle cx='256' cy='256' r='20' fill='white'/></svg>",
      "sizes": "512x512",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    }
  ],
  "categories": ["utilities", "productivity"],
  "shortcuts": [
    {
      "name": "Compass",
      "short_name": "Compass",
      "description": "Open compass tool",
      "url": "/compass",
      "icons": [
        {
          "src": "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 96 96'><circle cx='48' cy='48' r='40' fill='%23667eea'/><polygon points='60 30 56 56 30 60 34 34' fill='white'/></svg>",
          "sizes": "96x96"
        }
      ]
    },
    {
      "name": "Todo List",
      "short_name": "Tasks",
      "description": "Open todo list",
      "url": "/todo",
      "icons": [
        {
          "src": "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 96 96'><rect width='96' height='96' fill='%23667eea'/><polyline points='30 44 40 54 66 28' stroke='white' stroke-width='4' fill='none'/></svg>",
          "sizes": "96x96"
        }
      ]
    },
    {
      "name": "Calendar",
      "short_name": "Calendar",
      "description": "Open calendar",
      "url": "/calendar",
      "icons": [
        {
          "src": "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 96 96'><rect width='96' height='96' fill='%23667eea'/><rect x='20' y='24' width='56' height='56' rx='4' fill='none' stroke='white' stroke-width='4'/><line x1='20' y1='40' x2='76' y2='40' stroke='white' stroke-width='4'/></svg>",
          "sizes": "96x96"
        }
      ]
    }
  ]
}
