{
  "name": "AuraTime - Premium Screen Clock",
  "short_name": "AuraTime",
  "description": "A premium, distraction-free screen clock designed to enrich your space with luxury aesthetics.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#0C0F0D",
  "theme_color": "#D4AF37",
  "orientation": "any",
  "scope": "/",
  "icons": [
    {
      "src": "/favicon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "/favicon-32.png",
      "sizes": "32x32",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/apple-touch-icon.png",
      "sizes": "180x180",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "categories": ["productivity", "utilities"],
  "shortcuts": [
    {
      "name": "Clock",
      "short_name": "Clock",
      "description": "Open the clock",
      "url": "/",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Pomodoro",
      "short_name": "Focus",
      "description": "Start Pomodoro timer",
      "url": "/app?mode=pomodoro",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    }
  ]
}
