{
  "name": "CalmChallenge",
  "short_name": "CalmChallenge",
  "description": "Racing-themed image puzzle game. Progressive unlock, 3 difficulty levels. Free.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "background_color": "#08080f",
  "theme_color": "#ff5f00",
  "lang": "en",
  "categories": ["games", "puzzle"],
  "icons": [
    {
      "src": "/icons/icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "/icons/icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "maskable"
    }
  ],
  "screenshots": [
    {
      "src": "https://images.unsplash.com/photo-1544636331-e26879cd4d9b?w=1080&h=1920&fit=crop&q=80",
      "sizes": "1080x1920",
      "type": "image/jpeg",
      "form_factor": "narrow",
      "label": "CalmChallenge gameplay"
    }
  ],
  "shortcuts": [
    {
      "name": "Play Now",
      "short_name": "Play",
      "description": "Jump straight into a game",
      "url": "/?action=play",
      "icons": [{ "src": "/icons/icon.svg", "sizes": "any" }]
    }
  ]
}
