{
  "name": "SALT - Kitchen Management",
  "short_name": "SALT",
  "description": "Smart kitchen management for meal planning, recipes, and inventory",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#ffffff",
  "orientation": "portrait-primary",
  "icons": [
    {
      "src": "/icons/icon-72x72-v2026-04-03-01.png",
      "sizes": "72x72",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icons/icon-96x96-v2026-04-03-01.png",
      "sizes": "96x96",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icons/icon-128x128-v2026-04-03-01.png",
      "sizes": "128x128",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icons/icon-144x144-v2026-04-03-01.png",
      "sizes": "144x144",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icons/icon-152x152-v2026-04-03-01.png",
      "sizes": "152x152",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icons/icon-192x192-v2026-04-03-01.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icons/icon-384x384-v2026-04-03-01.png",
      "sizes": "384x384",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icons/icon-512x512-v2026-04-03-01.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "categories": [
    "productivity",
    "lifestyle",
    "food"
  ],
  "shortcuts": [
    {
      "name": "Planner",
      "short_name": "Planner",
      "description": "View weekly meal plan",
      "url": "/?tab=planner",
      "icons": [
        {
          "src": "/icons/icon-192x192-v2026-04-03-01.png",
          "sizes": "192x192"
        }
      ]
    },
    {
      "name": "Recipes",
      "short_name": "Recipes",
      "description": "Browse recipe collection",
      "url": "/?tab=recipes",
      "icons": [
        {
          "src": "/icons/icon-192x192-v2026-04-03-01.png",
          "sizes": "192x192"
        }
      ]
    },
    {
      "name": "Chef AI",
      "short_name": "Chef",
      "description": "Get AI cooking assistance",
      "url": "/?tab=ai",
      "icons": [
        {
          "src": "/icons/icon-192x192-v2026-04-03-01.png",
          "sizes": "192x192"
        }
      ]
    }
  ]
}
