{
  "name": "Habit Tracker & Gamification",
  "short_name": "Habits",
  "description": "Gamified Habit Tracker with Habit Stacking and iOS Shortcuts integration",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#0b0f19",
  "theme_color": "#10b981",
  "icons": [
    {
      "src": "/icons/icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Log Morning Stack",
      "short_name": "Morning Stack",
      "description": "Start your morning habit stack",
      "url": "/?action=start_stack&stackId=stack_morning_01",
      "icons": [{ "src": "/icons/icon.svg", "sizes": "any", "type": "image/svg+xml" }]
    },
    {
      "name": "Quick Water Log",
      "short_name": "+250ml Water",
      "description": "Log 250ml water immediately",
      "url": "/?action=log&habitId=hbt_water_01&value=250",
      "icons": [{ "src": "/icons/icon.svg", "sizes": "any", "type": "image/svg+xml" }]
    },
    {
      "name": "View Active Quests",
      "short_name": "Quests",
      "url": "/?tab=quests",
      "icons": [{ "src": "/icons/icon.svg", "sizes": "any", "type": "image/svg+xml" }]
    }
  ]
}
