{
  "name": "ARISE: Ascend Your Reality",
  "short_name": "ARISE",
  "description": "The Real-Life Leveling System. Self-improvement RPG inspired by Solo Leveling — track stats, complete quests, ascend ranks. Runs flat on any device, and in VR on Quest 3.",
  "id": "/",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "display_override": ["standalone", "minimal-ui", "browser"],
  "background_color": "#0A1628",
  "theme_color": "#06B6D4",
  "orientation": "any",
  "lang": "en",
  "dir": "ltr",
  "categories": ["health", "fitness", "games", "lifestyle"],
  "prefer_related_applications": false,
  "icons": [
    {
      "src": "/icons/icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-maskable.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "maskable"
    },
    {
      "src": "/favicon.svg",
      "sizes": "32x32",
      "type": "image/svg+xml",
      "purpose": "any"
    }
  ],
  "shortcuts": [
    {
      "name": "View Quests",
      "short_name": "Quests",
      "description": "Jump to the quest log",
      "url": "/?route=quests",
      "icons": [{ "src": "/icons/icon.svg", "sizes": "any", "type": "image/svg+xml" }]
    },
    {
      "name": "Enter Combat",
      "short_name": "Sparring",
      "description": "Start a sparring match",
      "url": "/?route=combat",
      "icons": [{ "src": "/icons/icon.svg", "sizes": "any", "type": "image/svg+xml" }]
    },
    {
      "name": "Enter VR",
      "short_name": "VR",
      "description": "Launch the immersive System in WebXR",
      "url": "/?route=vr",
      "icons": [{ "src": "/icons/icon.svg", "sizes": "any", "type": "image/svg+xml" }]
    }
  ]
}
