{
  "id": "/",
  "name": "Idle Candy Breaker",
  "short_name": "Candy Breaker",
  "description": "A bright, candy-themed idle brick breaker. Buy bouncing balls, smash sweets, fight marshmallow bosses, and explore a sugary world map.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "display_override": ["fullscreen", "standalone"],
  "launch_handler": {
    "client_mode": "focus-existing"
  },
  "orientation": "portrait",
  "background_color": "#a8e7ff",
  "theme_color": "#ff66c4",
  "categories": ["games", "casual", "entertainment"],
  "lang": "en-US",
  "dir": "ltr",
  "icons": [
    {
      "src": "/assets/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/assets/icons/icon-192-maskable.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/assets/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    }
  ],
  "screenshots": [
    {
      "src": "/assets/Screenshots/1.jpg",
      "sizes": "1080x1920",
      "type": "image/jpeg",
      "form_factor": "narrow",
      "label": "Smash candy with bouncing balls"
    },
    {
      "src": "/assets/Screenshots/2.jpg",
      "sizes": "1080x1920",
      "type": "image/jpeg",
      "form_factor": "narrow",
      "label": "Upgrade your ball arsenal"
    },
    {
      "src": "/assets/Screenshots/3.jpg",
      "sizes": "1080x1920",
      "type": "image/jpeg",
      "form_factor": "narrow",
      "label": "Battle marshmallow bosses"
    },
    {
      "src": "/assets/Screenshots/4.jpg",
      "sizes": "1080x1920",
      "type": "image/jpeg",
      "form_factor": "narrow",
      "label": "Explore the sugary world map"
    }
  ]
}
