{
  "name": "Success Planner Pro",
  "short_name": "Planner",
  "description": "Design the life you want with the Write-Build-Track method.",
  "start_url": "/DailyPlanner",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "background_color": "#FAF8F3",
  "theme_color": "#2C2C2C",
  "categories": ["productivity", "lifestyle"],
  "icons": [
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Today",
      "url": "/DailyPlanner",
      "description": "Plan or review today"
    },
    {
      "name": "Goals",
      "url": "/Goals",
      "description": "Your goals"
    }
  ]
}
