{
  "name": "XenoRadar",
  "short_name": "XenoRadar",
  "description": "Interactive Geopolitical Relations Map",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#000000",
  "theme_color": "#000000",
  "orientation": "any",
  "icons": [
    {
      "src": "/android-chrome-192x192..webp",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/android-chrome-192x192..webp",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Open Map",
      "short_name": "Map",
      "description": "Open the interactive map",
      "url": "/",
      "icons": [{ "src": "/android-chrome-192x192..webp", "sizes": "192x192" }]
    }
  ],
  "categories": ["maps", "politics", "education"],
  "lang": "en",
  "dir": "ltr",
  "prefer_related_applications": false
} 