{
  "name": "RMM Canteen Counter",
  "short_name": "RMM Canteen",
  "description": "RMM Canteen point of sale: orders, kitchen counts, cash, customer credit and live sales reports.",
  "start_url": "./",
  "scope": "./",
  "display": "standalone",
  "orientation": "any",
  "background_color": "#F1F4F7",
  "theme_color": "#1B4E8C",
  "icons": [
    {
      "src": "logo-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "logo-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    }
  ]
}