{
  "id": "/",
  "name": "Home Index HQ",
  "short_name": "Home Index HQ",
  "description": "Comprehensive digital home binder, inventory tracker, maintenance log, and project planning system for homeowners.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#FAF8F5",
  "theme_color": "#233843",
  "categories": [
    "productivity",
    "house-and-home",
    "utilities"
  ],
  "icons": [
    {
      "src": "/icons/pwa-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/pwa-maskable-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Project Planning",
      "short_name": "Projects",
      "description": "View and manage home project index cards and tasks",
      "url": "/?tab=projects",
      "icons": [{ "src": "/icons/pwa-512x512.png", "sizes": "512x512", "type": "image/png" }]
    },
    {
      "name": "Home Inventory",
      "short_name": "Inventory",
      "description": "View tool, socket, hardware, and outdoor equipment inventory",
      "url": "/?tab=inventory",
      "icons": [{ "src": "/icons/pwa-512x512.png", "sizes": "512x512", "type": "image/png" }]
    }
  ],
  "prefer_related_applications": false
}
