{
  "name": "Cleaning Coach",
  "short_name": "Cleaning Coach",
  "description": "Step-by-step tidying & cleaning coach.",
  "start_url": "./index.html",
  "scope": "./",
  "display": "standalone",
  "display_override": ["standalone", "minimal-ui", "browser"],
  "background_color": "#0b0f17",
  "theme_color": "#111827",
  "orientation": "portrait",
  "icons": [
    { "src": "icons/icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any maskable" },
    { "src": "icons/icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any maskable" }
  ],
  "shortcuts": [
    { "name": "Quick Clean", "short_name": "Quick", "url": "./index.html?mode=quick",
      "icons": [{ "src": "icons/icon-192.png", "sizes": "192x192", "type": "image/png" }] },
    { "name": "Start Kitchen", "short_name": "Kitchen", "url": "./index.html?areas=Kitchen&mode=quick",
      "icons": [{ "src": "icons/icon-192.png", "sizes": "192x192", "type": "image/png" }] }
  ]
}
