{
  "name": "Astro Glance — Dark Sky & Space Weather",
  "short_name": "Astro Glance",
  "description": "Real-time dark sky & space weather. Aurora forecasts, dark sky finder, meteor showers, rocket launches — based on your location.",
  "start_url": "./",
  "scope": "./",
  "id": "astroglance-app",
  "display": "standalone",
  "background_color": "#000010",
  "theme_color": "#000010",
  "orientation": "portrait",
  "categories": ["utilities", "weather", "education"],
  "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"
    },
    {
      "src": "icon.svg",
      "sizes": "any",
      "type": "image/svg+xml"
    }
  ]
}
