{
  "name": "Cave Escape — Game CMB",
  "short_name": "Cave Escape",
  "description": "Escape the collapsing cave, dodge deadly traps and collect crystals. How far can you survive?",
  "start_url": "./index.php?src=pwa",
  "id": "/cave-escape/",
  "scope": "./",
  "display": "standalone",
  "orientation": "any",
  "background_color": "#0a0a18",
  "theme_color": "#0a0a18",
  "categories": ["games", "entertainment"],
  "icons": [
    { "src": "assets/images/icon-96.png", "sizes": "96x96", "type": "image/png", "purpose": "any" },
    { "src": "assets/images/icon-180.png", "sizes": "180x180", "type": "image/png", "purpose": "any" },
    { "src": "assets/images/icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any maskable" },
    { "src": "assets/images/icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any maskable" }
  ],
  "shortcuts": [
    {
      "name": "Play Cave Escape",
      "short_name": "Play",
      "description": "Jump straight into a new run",
      "url": "./index.php?src=shortcut&action=play",
      "icons": [{ "src": "assets/images/icon-192.png", "sizes": "192x192", "type": "image/png" }]
    },
    {
      "name": "Leaderboard",
      "short_name": "Leaderboard",
      "description": "See the global high scores",
      "url": "./index.php?src=shortcut&action=leaderboard",
      "icons": [{ "src": "assets/images/icon-192.png", "sizes": "192x192", "type": "image/png" }]
    }
  ]
}
