{
  "name": "EvenzSpace",
    "short_name": "EvenzSpace",
  "description": "Smart venue management platform — bookings, invoices, and revenue tracking for Malaysian event space and hall owners",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#050505",
  "theme_color": "#3b82f6",
  "orientation": "any",
  "lang": "en-MY",
  "dir": "ltr",
  "icons": [
    {
      "src": "/android-chrome-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/android-chrome-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/apple-touch-icon.png",
      "sizes": "180x180",
      "type": "image/png",
      "purpose": "any"
    },
    { "src": "/favicon-16x16.png", "sizes": "16x16", "type": "image/png" },
    { "src": "/favicon-32x32.png", "sizes": "32x32", "type": "image/png" }
  ],
  "screenshots": [
    {
      "src": "/windows11/SplashScreen.scale-100.png",
      "sizes": "620x300",
      "type": "image/png",
      "form_factor": "wide"
    }
  ],
  "shortcuts": [
    {
      "name": "Dashboard",
      "url": "/v1/dashboard",
      "description": "View your venue dashboard"
    },
    {
      "name": "Documents",
      "url": "/v1/documents",
      "description": "Quotations and invoices"
    },
    {
      "name": "Explore",
      "url": "/v1/explore",
      "description": "Find venues and spaces"
    }
  ],
  "categories": ["business", "productivity"],
  "prefer_related_applications": false
}
