{
  "name": "Retro Watch",
  "short_name": "Retro Watch",
  "description": "A playful, pixel-perfect, arcade-inspired time display with classic digital watch charm. Lightweight and fast, it brings a retro spark every time you check the time.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "background_color": "#2a2f73",
  "theme_color": "#2a2f73",
  "orientation": "any",
  "lang": "en",
  "icons": [
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-192-white.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-512-white.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ]
}