{
  "name": "BakerOS \u2014 Bakery Business Management",
  "short_name": "BakerOS",
  "description": "Manage bakery orders, customers, production, pricing, inventory, payments and your storefront in one system.",
  "start_url": "/app.html",
  "scope": "/",
  "display": "standalone",
  "background_color": "#FDF8F5",
  "theme_color": "#20283b",
  "icons": [
    {
      "src": "/assets/bakeros-icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/assets/bakeros-icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ]
}