{
  "name": "Unbreakable Mind",
  "short_name": "Unbreakable Mind",
  "description": "6-Week Warrior Program — track habits, earn points, level up",
  "start_url": "/now",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#0a0a0a",
  "theme_color": "#b8860b",
  "categories": ["fitness", "health", "productivity"],
  "icons": [
    {
      "src": "/icon.svg",
      "sizes": "192x192",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "/icon.svg",
      "sizes": "512x512",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "/icon.svg",
      "sizes": "512x512",
      "type": "image/svg+xml",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Today's Dashboard",
      "short_name": "Now",
      "description": "View today's sessions and habits",
      "url": "/now",
      "icons": [{ "src": "/icon.svg", "sizes": "192x192" }]
    },
    {
      "name": "Past Sessions",
      "short_name": "Past",
      "description": "Review completed sessions and debriefs",
      "url": "/past",
      "icons": [{ "src": "/icon.svg", "sizes": "192x192" }]
    },
    {
      "name": "Upcoming Weeks",
      "short_name": "Future",
      "description": "See what's coming next",
      "url": "/future",
      "icons": [{ "src": "/icon.svg", "sizes": "192x192" }]
    }
  ]
}
