{
  "name": "Shadowborn: Rise",
  "short_name": "Shadowborn",
  "description": "Turn your real-world steps into weapons. Fight the robot uprising.",
  "start_url": "/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#07090F",
  "theme_color": "#07090F",
  "lang": "en",
  "icons": [
    {
      "src": "/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "screenshots": [
    {
      "src": "/icons/screenshot-battle.png",
      "sizes": "390x844",
      "type": "image/png",
      "label": "Battle Screen"
    }
  ],
  "categories": ["games", "health", "fitness"],
  "shortcuts": [
    {
      "name": "Battle",
      "short_name": "Battle",
      "url": "/game.php",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Customize",
      "short_name": "Gear",
      "url": "/customize.php",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }]
    }
  ]
}