{
  "name": "Crumb Crawler",
  "short_name": "Crumb Crawler",
  "description": "A food-fight dungeon crawler. Clear rooms, grab upgrades, see how deep you can crawl.",
  "start_url": "./play.html",
  "scope": "./",
  "display": "standalone",
  "orientation": "any",
  "background_color": "#160C24",
  "theme_color": "#1E1330",
  "icons": [
    { "src": "icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any" },
    { "src": "icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any maskable" }
  ]
}
