{
  "name": "LifeRPG — Real-Life RPG System",
  "short_name": "LifeRPG",
  "description": "A gamified life operating system with AI-driven quests, stats, and skills",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "background_color": "#000000",
  "theme_color": "#00d4ff",
  "categories": ["productivity", "lifestyle", "health"],
  "icons": [
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "screenshots": [
    {
      "src": "/screenshot-mobile.jpg",
      "sizes": "390x844",
      "type": "image/jpeg",
      "form_factor": "narrow"
    }
  ],
  "shortcuts": [
    {
      "name": "Daily Quests",
      "short_name": "Quests",
      "description": "Generate your daily quests",
      "url": "/?tab=quests",
      "icons": [{"src": "/icon-192.png", "sizes": "192x192"}]
    },
    {
      "name": "Habits",
      "short_name": "Habits",
      "description": "Check off your daily habits",
      "url": "/?tab=habits",
      "icons": [{"src": "/icon-192.png", "sizes": "192x192"}]
    }
  ]
}

