{
  "name": "Blahaj Dashboard",
  "short_name": "Blahaj",
  "id": "/",
  "description": "Household dashboard — shopping list and overview",
  "start_url": "/dashboard?source=pwa",
  "scope": "/",
  "display_override": ["standalone", "minimal-ui"],
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#0077b6",
  "orientation": "portrait-primary",
  "icons": [
    {
      "src": "/icons/icon-192-v2.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-512-v2.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-192-v2.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/icons/icon-512-v2.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Shopping List",
      "url": "/shopping",
      "description": "View and update the shopping list"
    },
    {
      "name": "Dashboard",
      "url": "/dashboard",
      "description": "Household member overview"
    }
  ]
}
