{
  "name": "Lockin Club",
  "short_name": "Lockin",
  "description": "One hard thing a day. No zero days.",
  "id": "/app",
  "start_url": "/app/today",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#0b0b0b",
  "theme_color": "#10b981",
  "prefer_related_applications": false,
  "categories": ["productivity", "lifestyle", "health"],
  "icons": [
    {
      "src": "/icon-192x192.png?v=4",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icon-512x512.png?v=4",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/badge-96x96.png?v=4",
      "sizes": "96x96",
      "type": "image/png",
      "purpose": "monochrome"
    }
  ],
  "screenshots": [],
  "shortcuts": [
    {
      "name": "Today's Tasks",
      "short_name": "Today",
      "description": "View and complete today's tasks",
      "url": "/app/today",
      "icons": [{"src": "/icon-192x192.png?v=4", "sizes": "192x192"}]
    }
  ],
  "handle_links": "preferred",
  "launch_handler": {
    "client_mode": ["navigate-existing", "auto"]
  }
}
