{
  "id": "./app.html",
  "name": "Lots of Stars",
  "short_name": "Star Picks",
  "description": "A cosmic lottery-style dashboard with quick play, history tracking, offline fallback, and Android-ready installation.",
  "start_url": "./app.html",
  "scope": "./",
  "display": "standalone",
  "display_override": [
    "standalone",
    "minimal-ui",
    "browser"
  ],
  "orientation": "portrait",
  "background_color": "#050505",
  "theme_color": "#0B1B3D",
  "lang": "en",
  "dir": "ltr",
  "categories": [
    "games",
    "entertainment",
    "utilities"
  ],
  "icons": [
    {
      "src": "./icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "./icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png"
    },
    {
      "src": "./icons/maskable-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "screenshots": [
    {
      "src": "./screenshots/screenshot-mobile-1.png",
      "sizes": "1080x1920",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Lots of Stars dashboard and countdown"
    },
    {
      "src": "./screenshots/screenshot-mobile-2.png",
      "sizes": "1080x1920",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Lots of Stars picker, history, and star heatmap"
    }
  ],
  "shortcuts": [
    {
      "name": "Quick Play",
      "short_name": "Quick Play",
      "description": "Open Lots of Stars and generate a fresh quick-play constellation.",
      "url": "./app.html#quick-play"
    },
    {
      "name": "History",
      "short_name": "History",
      "description": "Jump into your constellation history and player stats.",
      "url": "./app.html#history"
    }
  ]
}
