{
  "name": "Venue360",
  "short_name": "Venue360",
  "description": "The complete venue management platform for South African venues",
  "start_url": "/dashboard.php",
  "scope": "/",
  "display": "standalone",
  "orientation": "any",
  "theme_color": "#0f3460",
  "background_color": "#0f3460",
  "categories": ["business", "productivity"],
  "lang": "en-ZA",
  "icons": [
    {
      "src": "/favicon-96x96.png",
      "sizes": "96x96",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/web-app-manifest-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/web-app-manifest-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/apple-touch-icon.png",
      "sizes": "180x180",
      "type": "image/png",
      "purpose": "any"
    }
  ],
  "screenshots": [],
  "shortcuts": [
    {
      "name": "Dashboard",
      "short_name": "Dashboard",
      "description": "Go to the main dashboard",
      "url": "/dashboard.php",
      "icons": [{ "src": "/favicon-96x96.png", "sizes": "96x96" }]
    },
    {
      "name": "Bar POS",
      "short_name": "Bar POS",
      "description": "Open the bar point of sale",
      "url": "/bar.php",
      "icons": [{ "src": "/favicon-96x96.png", "sizes": "96x96" }]
    },
    {
      "name": "Kitchen",
      "short_name": "Kitchen",
      "description": "Open the kitchen screen",
      "url": "/kitchen.php",
      "icons": [{ "src": "/favicon-96x96.png", "sizes": "96x96" }]
    }
  ]
}
