{
  "name": "Monster Hunter - Rise of the Beast Slayer",
  "short_name": "Monster Hunter",
  "description": "A mobile action RPG: hunt monsters, upgrade gear, master skills, slay bosses.",
  "start_url": "./index.html",
  "scope": "./",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#0a0714",
  "theme_color": "#0a0714",
  "icons": [
    { "src": "assets/icons/icon-144.png", "sizes": "144x144", "type": "image/png", "purpose": "any maskable" },
    { "src": "assets/icons/icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any maskable" },
    { "src": "assets/icons/icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any maskable" }
  ],
  "shortcuts": [
    { "name": "Quest Map", "url": "./index.html?screen=map", "icons": [{ "src": "assets/icons/icon-192.png", "sizes": "192x192" }] },
    { "name": "Equipment", "url": "./index.html?screen=equipment", "icons": [{ "src": "assets/icons/icon-192.png", "sizes": "192x192" }] }
  ]
}