{
  "name": "Loafers Home Bakery Command",
  "short_name": "Loafers",
  "description": "Loafers Home Bakery command center for handcrafted bread, customer orders, recipes and bake days.",
  "id": "/loafers-bakery-os/",
  "start_url": "./",
  "scope": "./",
  "display": "standalone",
  "display_override": ["standalone", "minimal-ui", "browser"],
  "background_color": "#08111e",
  "theme_color": "#08111e",
  "orientation": "portrait-primary",
  "categories": ["food", "business", "productivity"],
  "icons": [
    {
      "src": "icons/icon-180.png",
      "sizes": "180x180",
      "type": "image/png"
    },
    {
      "src": "icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Today",
      "short_name": "Today",
      "url": "./?view=today",
      "description": "Open the bakery command center."
    },
    {
      "name": "Customer menu",
      "short_name": "Menu",
      "url": "./?order=loafers",
      "description": "Open the public Loafers Home Bakery order page."
    }
  ]
}
