{
  "name": "City Discoverer - City of the Day",
  "short_name": "City Discoverer",
  "description": "Your daily window into the world. AI-curated travel inspiration delivered fresh every morning.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#faf9f7",
  "theme_color": "#F5C842",
  "orientation": "portrait-primary",
  "categories": ["travel", "education", "lifestyle"],
  "lang": "en",
  "dir": "ltr",
  "scope": "/",
  "icons": [
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Today's City",
      "short_name": "Today",
      "description": "View today's featured city",
      "url": "/?shortcut=today",
      "icons": [
        {
          "src": "/icon-192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    }
  ],
  "related_applications": [],
  "prefer_related_applications": false
}
