{
  "name": "Christmas Snowball Battle - FFMini",
  "short_name": "Snowball Battle",
  "description": "Fun Christmas snowball throwing game - hit targets and score points!",
  "start_url": "/christmas/index.html",
  "display": "standalone",
  "background_color": "#c41e3a",
  "theme_color": "#c41e3a",
  "orientation": "any",
  "scope": "/christmas/",
  "lang": "en",
  "categories": [
    "games",
    "entertainment",
    "kids"
  ],
  "icons": [
    {
      "src": "/icons/christmas.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "/icons/christmas.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icons/christmas.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    }
  ],
  "shortcuts": [
    {
      "name": "New Game",
      "short_name": "New Game",
      "description": "Start a new snowball battle",
      "url": "/christmas/?action=new",
      "icons": [
        {
          "src": "/icons/christmas.png",
          "sizes": "192x192"
        }
      ]
    }
  ]
}