{
  "name": "BakeOnomics — Bakery Costing & Pricing",
  "short_name": "BakeOnomics",
  "description": "Recipe costing, pricing, and printable templates for bakers. Track ingredient supply prices, compute cost per portion, hit your target food-cost, and print recipe cards, cost sheets, and menu inserts on demand.",
  "id": "/",
  "scope": "/",
  "start_url": "/app",
  "display": "standalone",
  "display_override": ["standalone", "minimal-ui", "browser"],
  "orientation": "portrait-primary",
  "theme_color": "#6C5CE7",
  "background_color": "#F5F6FA",
  "categories": ["business", "productivity", "food"],
  "lang": "en",
  "dir": "ltr",
  "icons": [
    {
      "src": "/android-chrome-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/android-chrome-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/favicon/maskable-icon-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Recipes",
      "short_name": "Recipes",
      "description": "Recipe master list",
      "url": "/app/recipes",
      "icons": [{ "src": "/android-chrome-192x192.png", "sizes": "192x192" }]
    },
    {
      "name": "Ingredients",
      "short_name": "Ingredients",
      "description": "Ingredient supply prices",
      "url": "/app/ingredients",
      "icons": [{ "src": "/android-chrome-192x192.png", "sizes": "192x192" }]
    },
    {
      "name": "Templates",
      "short_name": "Templates",
      "description": "Printable recipe cards, cost sheets, menus",
      "url": "/app/templates",
      "icons": [{ "src": "/android-chrome-192x192.png", "sizes": "192x192" }]
    }
  ]
}
