{
  "name": "Pledger",
  "short_name": "Pledger",
  "description": "Stop negotiating with yourself. The accountability system that holds the line when willpower won't.",
  "start_url": "/dashboard",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#0a0a0a",
  "theme_color": "#c5e89a",
  "categories": ["productivity", "lifestyle", "health"],
  "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"
    }
  ],
  "shortcuts": [
    {
      "name": "Daily Focus",
      "url": "/plan/day",
      "description": "Today's One Thing + priorities"
    },
    {
      "name": "Weekly Plan",
      "url": "/plan/week",
      "description": "Categorised weekly targets"
    },
    {
      "name": "Weekly Review",
      "url": "/review/weekly",
      "description": "Score the week"
    }
  ]
}
