{
  "name": "KocKziLa",
  "short_name": "KZL",
  "description": "Web3 ARPG Dungeon Crawler — Fight, Loot, Earn KZL",
  "id": "com.kockzila.launcher",
  "start_url": "/launcher.html",
  "scope": "/",
  "lang": "en",
  "display": "standalone",
  "display_override": ["window-controls-overlay", "standalone", "minimal-ui"],
  "background_color": "#0a0e17",
  "theme_color": "#0a0e17",
  "orientation": "any",
  "categories": ["games", "entertainment"],
  "icons": [
    {
      "src": "/img/kzl-icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/img/kzl-icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Play Game",
      "short_name": "Play",
      "description": "Launch KocKziLa",
      "url": "/launcher.html?action=play",
      "icons": [{ "src": "/img/kzl-icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Buy KZL",
      "short_name": "Buy",
      "description": "Buy KZL tokens",
      "url": "/index.html#sale",
      "icons": [{ "src": "/img/kzl-icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Marketplace",
      "short_name": "Shop",
      "description": "NFT Marketplace",
      "url": "/index.html#marketplace",
      "icons": [{ "src": "/img/kzl-icon-192.png", "sizes": "192x192" }]
    }
  ]
}
