{
  "name": "Culinaire Specialist",
  "short_name": "Culinaire",
  "description": "Precision cost engine for restaurants: recipe costing, yield tracking, invoice AI and menu profitability.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "display_override": ["window-controls-overlay", "standalone", "browser"],
  "orientation": "any",
  "background_color": "#0a0806",
  "theme_color": "#0a0806",
  "categories": ["business", "productivity", "food"],
  "lang": "en",
  "id": "com.culinairespecialist.app",
  "icons": [
    {
      "src": "/favicon-32.png",
      "sizes": "32x32",
      "type": "image/png"
    },
    {
      "src": "/apple-touch-icon.png",
      "sizes": "180x180",
      "type": "image/png"
    },
    {
      "src": "/android-chrome-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/android-chrome-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/favicon.svg",
      "sizes": "any",
      "type": "image/svg+xml"
    }
  ],
  "shortcuts": [
    {
      "name": "Dashboard",
      "short_name": "Dashboard",
      "description": "Live P&L, food cost, and labour metrics.",
      "url": "/dashboard",
      "icons": [{ "src": "/favicon-48.png", "sizes": "48x48", "type": "image/png" }]
    },
    {
      "name": "Roster",
      "short_name": "Roster",
      "description": "Week and fortnight roster grid.",
      "url": "/roster",
      "icons": [{ "src": "/favicon-48.png", "sizes": "48x48", "type": "image/png" }]
    },
    {
      "name": "Ingredients",
      "short_name": "Pantry",
      "description": "Ingredient ledger with live pricing.",
      "url": "/ingredients",
      "icons": [{ "src": "/favicon-48.png", "sizes": "48x48", "type": "image/png" }]
    },
    {
      "name": "Ledger",
      "short_name": "Ledger",
      "description": "Sales and deductions audit trail.",
      "url": "/ledger",
      "icons": [{ "src": "/favicon-48.png", "sizes": "48x48", "type": "image/png" }]
    }
  ],
  "prefer_related_applications": false
}
