{
  "name": "Ascension LifeOS",
  "short_name": "Ascension",
  "description": "Your personal energy cultivation and quest engine for leveling up your life.",
  "start_url": "/app",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#0d0d0d",
  "theme_color": "#c9a84c",
  "scope": "/app",
  "lang": "en-US",
  "categories": ["productivity", "lifestyle"],
  "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": [],
  "shortcuts": [
    {
      "name": "Start a Quest",
      "short_name": "Quest",
      "description": "Jump into your next quest",
      "url": "/app/#quests",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Check Energy",
      "short_name": "Energy",
      "description": "View your current energy state",
      "url": "/app/#energy",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }]
    }
  ]
}