{
  "name": "Pounce Halloween Costume Generator",
  "short_name": "Halloween Costume",
  "description": "Create your perfect Halloween costume with AI - The Pain of Indecision ends here!",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#af0023",
  "theme_color": "#af0023",
  "orientation": "portrait-primary",
  "scope": "/",
  "lang": "en",
  "categories": ["entertainment", "lifestyle", "utilities"],
  "icons": [
    {
      "src": "template/favicon-96x96.png",
      "sizes": "96x96",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "template/web-app-manifest-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "template/web-app-manifest-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Generate Costume",
      "short_name": "Generate",
      "description": "Start creating a new Halloween costume",
      "url": "/",
      "icons": [
        {
          "src": "template/web-app-manifest-512x512.png",
          "sizes": "512x512"
        }
      ]
    },
    {
      "name": "View Gallery",
      "short_name": "Gallery",
      "description": "Browse the costume gallery",
      "url": "/gallery",
      "icons": [
        {
          "src": "template/web-app-manifest-512x512.png",
          "sizes": "512x512"
        }
      ]
    }
  ],
  "screenshots": [
    {
      "src": "template/pounce-generator.jpg",
      "sizes": "1280x720",
      "type": "image/jpeg",
      "form_factor": "wide",
      "label": "Halloween Costume Generator in action"
    }
  ],
  "prefer_related_applications": false,
  "cache_bust": "v1.0.0"
}
