{
  "name": "Life Quest Journal",
  "short_name": "Life Quest Journal",
  "description": "Transform your life goals into epic quests. Track habits, earn rewards, and level up your life!",
  "id": "/Quest-Journal/",
  "start_url": "./index.html",
  "scope": "./",
  "display": "standalone",
  "background_color": "#1c1917",
  "theme_color": "#1c1917",
  "orientation": "portrait-primary",
  "prefer_related_applications": false,
  "related_applications": [
    {
      "platform": "play",
      "url": "https://play.google.com/store/apps/details?id=com.lifequestjournal.app",
      "id": "com.lifequestjournal.app"
    }
  ],
  "icons": [
    {
      "src": "icons/icon-72.png",
      "sizes": "72x72",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "icons/icon-96.png",
      "sizes": "96x96",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "icons/icon-128.png",
      "sizes": "128x128",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "icons/icon-144.png",
      "sizes": "144x144",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "icons/icon-152.png",
      "sizes": "152x152",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "icons/icon-384.png",
      "sizes": "384x384",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "categories": ["productivity", "lifestyle"],
  "screenshots": [
    {
      "src": "screenshots/dashboard.jpg",
      "sizes": "1080x2107",
      "type": "image/jpeg",
      "form_factor": "narrow",
      "label": "Dashboard - Your command center"
    },
    {
      "src": "screenshots/side-quests.jpg",
      "sizes": "1080x2107",
      "type": "image/jpeg",
      "form_factor": "narrow",
      "label": "Side Quests - Optional adventures"
    },
    {
      "src": "screenshots/calendar.jpg",
      "sizes": "1080x2107",
      "type": "image/jpeg",
      "form_factor": "narrow",
      "label": "Quest Calendar - Track your adventures"
    },
    {
      "src": "screenshots/epic-quests.jpg",
      "sizes": "1080x2107",
      "type": "image/jpeg",
      "form_factor": "narrow",
      "label": "Epic Quests - Life goals"
    },
    {
      "src": "screenshots/stats.jpg",
      "sizes": "1080x2107",
      "type": "image/jpeg",
      "form_factor": "narrow",
      "label": "Level up and earn rewards"
    }
  ],
  "shortcuts": [
    {
      "name": "Add Daily Task",
      "short_name": "Add Task",
      "description": "Quickly add a new daily task",
      "url": "./index.html?action=add-task",
      "icons": [{ "src": "icons/icon-96.png", "sizes": "96x96" }]
    },
    {
      "name": "View Spellbook",
      "short_name": "Spellbook",
      "description": "Check your spells and rewards",
      "url": "./index.html?view=spellbook",
      "icons": [{ "src": "icons/icon-96.png", "sizes": "96x96" }]
    }
  ]
}
