{
  "$schema": "https://json.schemastore.org/web-manifest-combined.json",
  "id": "/pos/",
  "name": "Potluck POS",
  "short_name": "Potluck POS",
  "description": "Cashier point of sale — Pot Luck",
  "start_url": "/pos/",
  "scope": "/pos/",
  "display": "standalone",
  "orientation": "landscape",
  "background_color": "#f8f7f5",
  "theme_color": "#f97316",
  "categories": ["business", "food", "productivity"],
  "lang": "en",
  "icons": [
    {
      "src": "/pos-icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "/pos-icon-maskable.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "maskable"
    }
  ]
}
