{
  "name": "My Daily Briefing",
  "short_name": "Briefing",
  "description": "Your personalized morning briefing — local news, weather, markets, politics, and more for your ZIP code.",
  "start_url": "/briefing.html",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#0d0d0d",
  "theme_color": "#0d0d0d",
  "icons": [
    {
      "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": ["news", "lifestyle"],
  "screenshots": [],
  "shortcuts": [
    {
      "name": "Today's Briefing",
      "short_name": "Today",
      "url": "/briefing.html",
      "icons": [{ "src": "icon-192.png", "sizes": "192x192" }]
    }
  ]
}
