{
  "id": "/",
  "name": "The Bigger Picture",
  "short_name": "Bigger Picture",
  "description": "Live world conflict map, daily briefing and interactive history of empires.",
  "start_url": "/?source=pwa",
  "scope": "/",
  "display": "standalone",
  "display_override": ["standalone", "minimal-ui"],
  "background_color": "#0B0B0F",
  "theme_color": "#0B0B0F",
  "orientation": "portrait",
  "lang": "en",
  "dir": "ltr",
  "categories": ["news", "education", "travel"],
  "icons": [
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    { "name": "Live map", "url": "/" },
    { "name": "Today's briefing", "url": "/daily-brief" },
    { "name": "Saved", "url": "/saved" }
  ]
}
