{
  "name": "Hearth of House",
  "short_name": "Kitchen",
  "description": "Kitchen command center for inventory, shopping, recipes, and production.",
  "start_url": "/dashboard",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#fdf6ec",
  "theme_color": "#c95a2d",
  "categories": ["productivity", "food", "lifestyle"],
  "icons": [
    { "src": "/icons/icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any" },
    { "src": "/icons/icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any" },
    { "src": "/icons/icon-maskable-512.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" }
  ],
  "shortcuts": [
    { "name": "Start count", "short_name": "Count", "url": "/count", "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }] },
    { "name": "Shopping list", "short_name": "Shopping", "url": "/shopping", "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }] },
    { "name": "Daily review", "short_name": "Review", "url": "/daily-review", "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }] },
    { "name": "Add inventory item", "short_name": "Add item", "url": "/inventory?new=1", "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }] },
    { "name": "Grocery run", "short_name": "Grocery", "url": "/shopping?mode=run", "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }] }
  ]
}
