{
  "name": "Life OS",
  "short_name": "Life OS",
  "description": "Personal command center — tasks, content, recipes & more",
  "start_url": "/index.php",
  "scope": "/",
  "display": "standalone",
  "icons": [
    {
      "src": "web-app-manifest-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "web-app-manifest-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "theme_color": "#7c3aed",
  "background_color": "#ffffff",
  "shortcuts": [
    {
      "name": "All Tasks",
      "short_name": "Tasks",
      "url": "/index.php#tasks",
      "icons": [{ "src": "web-app-manifest-192x192.png", "sizes": "192x192" }]
    }
  ]
}
