{
  "name": "Brew & Bean Coffee Shop System",
  "short_name": "Brew & Bean",
  "description": "Coffee ordering, inventory, payments, reviews, receipts, and analytics.",
  "start_url": "./index.php",
  "scope": "./",
  "display": "standalone",
  "background_color": "#f8f1e7",
  "theme_color": "#5b2c20",
  "icons": [
    {
      "src": "assets/images/icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    }
  ]
}

