{
  "name": "AstroSuite — Forecast & Session Planner",
  "short_name": "AstroSuite",
  "description": "Two-in-one astrophotography app: tonight's sky forecast plus a full session planner. Runs entirely in your browser, installable as a PWA, works offline (forecast data still needs the internet).",
  "id": "/",
  "start_url": "forecast.html",
  "scope": "./",
  "display": "standalone",
  "display_override": ["standalone", "minimal-ui"],
  "orientation": "any",
  "background_color": "#0b1726",
  "theme_color": "#0b1726",
  "categories": ["utilities", "productivity"],
  "icons": [
    {
      "src": "assets/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "assets/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "assets/icon-maskable-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Tonight's Forecast",
      "short_name": "Forecast",
      "description": "Check sky conditions for the next 7 nights.",
      "url": "./forecast.html",
      "icons": [{ "src": "assets/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Session Planner",
      "short_name": "Planner",
      "description": "Plan a full astrophotography session.",
      "url": "./planner.html",
      "icons": [{ "src": "assets/icon-192.png", "sizes": "192x192" }]
    }
  ]
}
