{
  "name": "Checklist Management System",
  "short_name": "Checklist App",
  "description": "Professional checklist management and task tracking system",
  "start_url": "/v1/checklist/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#2563eb",
  "orientation": "portrait-primary",
  "scope": "/v1/checklist/",
  "lang": "en",
  "categories": ["productivity", "business", "utilities"],
  "prefer_related_applications": false,
  "launch_handler": {
    "client_mode": "navigate-existing"
  },
  "icons": [
    {
      "src": "/v1/checklist/exozen_logo_small.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/v1/checklist/exozen_logo_dark.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/v1/checklist/exozen_logo_dark.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/v1/checklist/exozen_logo_dark.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Dashboard",
      "short_name": "Dashboard",
      "description": "Go to main dashboard",
      "url": "/v1/checklist/dashboard",
      "icons": [
        {
          "src": "/v1/checklist/exozen_logo_dark.png",
          "sizes": "96x96"
        }
      ]
    },
    {
      "name": "Scanner",
      "short_name": "Scanner",
      "description": "Open QR scanner",
      "url": "/v1/checklist/dashboard/scanner",
      "icons": [
        {
          "src": "/v1/checklist/exozen_logo_dark.png",
          "sizes": "96x96"
        }
      ]
    },
    {
      "name": "Instances",
      "short_name": "Instances",
      "description": "View checklist instances",
      "url": "/v1/checklist/dashboard/instances",
      "icons": [
        {
          "src": "/v1/checklist/exozen_logo_dark.png",
          "sizes": "96x96"
        }
      ]
    }
  ]
}
