{
  "id": "/",
  "name": "The System - Real Life RPG",
  "short_name": "The System",
  "description": "Transform your daily life into an RPG. Track stats, complete quests, and level up.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "display_override": ["standalone", "minimal-ui", "browser"],
  "background_color": "#09090b",
  "theme_color": "#09090b",
  "orientation": "portrait",
  "lang": "en-US",
  "dir": "ltr",
  "prefer_related_applications": false,
  "categories": ["health", "fitness", "lifestyle", "games"],
  "shortcuts": [
    {
      "name": "Open Home",
      "short_name": "Home",
      "description": "Jump straight back into your main dashboard.",
      "url": "/",
      "icons": [
        {
          "src": "/icon-192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "Open Quests",
      "short_name": "Quests",
      "description": "See your current quests and complete the next one.",
      "url": "/quests",
      "icons": [
        {
          "src": "/icon-192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "Open Journal",
      "short_name": "Journal",
      "description": "Capture a reflection or review recent entries.",
      "url": "/journal",
      "icons": [
        {
          "src": "/icon-192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    }
  ],
  "icons": [
    {
      "src": "/favicon.png",
      "sizes": "48x48",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ]
}
