{
  "name": "StarCoffee POS",
  "short_name": "StarCoffee",
  "description": "Enterprise Coffee Shop Point of Sale System",
  "start_url": "./index.html",
  "display": "standalone",
  "background_color": "#08080a",
  "theme_color": "#d4a24e",
  "orientation": "landscape-primary",
  "categories": ["business", "productivity"],
  "icons": [
    {
      "src": "icons/icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "icons/icon-192.svg",
      "sizes": "192x192",
      "type": "image/svg+xml",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Open POS",
      "short_name": "POS",
      "url": "./index.html",
      "icons": [{ "src": "icons/icon.svg", "sizes": "any" }]
    }
  ]
}
