{
  "name": "QuestLife - Gamified Task Management",
  "short_name": "QuestLife",
  "description": "Gamify your daily tasks and habits with RPG-style quests, experience points, and rewards",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#3E2723",
  "theme_color": "#8B4513",
  "orientation": "portrait-primary",
  "scope": "/",
  "id": "questlife-pwa",
  "lang": "en",
  "dir": "ltr",
  "categories": ["productivity", "lifestyle", "games"],
  "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"
    }
  ],
  "launch_handler": {
    "client_mode": "navigate-existing"
  },
  "related_applications": [],
  "prefer_related_applications": false
}