{
  "name": "Luzzle",
  "short_name": "Luzzle",
  "description": "Self-hostable, team-aware life task tracker.",
  "start_url": "/tasks",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#ffffff",
  "theme_color": "#a366ff",
  "icons": [
    { "src": "/icon-192.png", "type": "image/png", "sizes": "192x192" },
    {
      "src": "/icon-512.png",
      "type": "image/png",
      "sizes": "512x512",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    { "name": "Tasks", "url": "/tasks" },
    { "name": "Lists", "url": "/lists" },
    { "name": "Activity", "url": "/feed" }
  ]
}
