{
  "name": "Oppidia",
  "short_name": "Oppidia",
  "description": "Village inventory, alerts, and automation dashboard",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "any",
  "background_color": "#0a0a0a",
  "theme_color": "#0a0a0a",
  "icons": [
    {
      "src": "/icons/app-icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Alerts",
      "short_name": "Alerts",
      "url": "/alerts.html",
      "icons": [{ "src": "/icons/app-icon.svg", "sizes": "any", "type": "image/svg+xml" }]
    },
    {
      "name": "Map",
      "short_name": "Map",
      "url": "/map.html",
      "icons": [{ "src": "/icons/app-icon.svg", "sizes": "any", "type": "image/svg+xml" }]
    }
  ]
}
