{
  "name": "Crumbline - Bakery Management",
  "short_name": "Crumbline",
  "description": "Bakery Management Made Simple. Streamline your bakery operations with Crumbline.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#ea580c",
  "orientation": "portrait",
  "scope": "/",
  "categories": ["business", "productivity", "food"],
  "lang": "en",
  "dir": "ltr",
  "icons": [
    {
      "src": "/crumbline-mark.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "screenshots": [
    {
      "src": "/crumbline-logo.svg",
      "sizes": "1080x540",
      "type": "image/svg+xml",
      "form_factor": "wide"
    }
  ]
}