{
  "name": "CakeNutz: Bakery Cost Calculator",
  "short_name": "CakeNutz",
  "description": "Professional pricing calculator for bakers and pastry chefs. Calculate ingredient cost, profit margin, and optimal selling price for cakes and baked goods.",
  "start_url": "/",
  "scope": "/",
  "lang": "en",
  "display": "standalone",
  "orientation": "portrait",
  "id": "/?source=pwa",
  "background_color": "#FFF8F0",
  "theme_color": "#C62828",
  "categories": ["business", "productivity", "food"],
  "icons": [
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png"
    }
  ]
}