{
  "name": "PlanYourDay — Craft Your Quest",
  "short_name": "PlanYourDay",
  "description": "A Minecraft-themed daily planner, diary, to-do list and reminder app — gamified like an RPG adventure.",
  "start_url": "/index.html",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#1a1a2e",
  "theme_color": "#6DAF34",
  "lang": "en",
  "categories": ["productivity", "lifestyle", "utilities"],
  "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": [],
  "shortcuts": [
    {
      "name": "Today's Quests",
      "short_name": "Quests",
      "description": "Jump straight to today's task list",
      "url": "/index.html#quests",
      "icons": [{ "src": "icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Adventurer's Log",
      "short_name": "Diary",
      "description": "Open your daily diary",
      "url": "/index.html#diary",
      "icons": [{ "src": "icon-192.png", "sizes": "192x192" }]
    }
  ]
}
