{
  "name": "Loopd — Close the loop. Every day.",
  "short_name": "Loopd",
  "description": "A structured daily work planner built on the 4P method. Plan, Prioritise, Progress, Prize.",
  "start_url": "/planner",
  "display": "standalone",
  "orientation": "portrait-primary",
  "background_color": "#1c212d",
  "theme_color": "#1c212d",
  "categories": ["productivity", "business"],
  "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-maskable.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "screenshots": [],
  "shortcuts": [
    {
      "name": "Today's Planner",
      "short_name": "Planner",
      "description": "Open today's 4P daily plan",
      "url": "/planner",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Weekly Summary",
      "short_name": "Week",
      "description": "View this week's summary",
      "url": "/week",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    }
  ]
}
