{
  "name": "Santa Shift Clicker",
  "short_name": "Santa Clicker",
  "description": "An amusing, fun, festive, and a little inappropriate clicker game for Bear - a seasonal breakdown monitor for mall Santas.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#0a0a0f",
  "theme_color": "#dc143c",
  "orientation": "portrait-primary",
  "scope": "/",
  "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"
    }
  ],
  "_comment": "Icons are optional but recommended. If missing, PWA will still work but install feature may be limited.",
  "categories": ["games", "entertainment"],
  "screenshots": [],
  "shortcuts": [
    {
      "name": "Start New Shift",
      "short_name": "New Shift",
      "description": "Start a fresh Santa shift",
      "url": "/?action=new",
      "icons": [
        {
          "src": "icon-192.png",
          "sizes": "192x192"
        }
      ]
    }
  ],
  "prefer_related_applications": false
}

