{
  "name": "Smart Storage",
  "short_name": "SmartStorage",
  "description": "Multi-location self-storage management platform with smart locks, online booking, and real-time analytics for operators worldwide",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#F5F5F0",
  "theme_color": "#1a1a2e",
  "orientation": "any",
  "categories": ["business", "productivity"],
  "id": "/",
  "scope": "/",
  "prefer_related_applications": false,
  "launch_handler": {
    "client_mode": "navigate-existing"
  },
  "icons": [
    {
      "src": "/favicon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "screenshots": [],
  "shortcuts": [
    {
      "name": "Dashboard",
      "url": "/",
      "description": "Go to the main dashboard",
      "icons": [{ "src": "/favicon.svg", "sizes": "any" }]
    },
    {
      "name": "Booking Portal",
      "url": "/booking",
      "description": "Open the booking portal",
      "icons": [{ "src": "/favicon.svg", "sizes": "any" }]
    },
    {
      "name": "Tenant Portal",
      "url": "/portal",
      "description": "Tenant self-service portal",
      "icons": [{ "src": "/favicon.svg", "sizes": "any" }]
    },
    {
      "name": "Quick Unlock",
      "url": "/access",
      "description": "Remote gate unlock",
      "icons": [{ "src": "/favicon.svg", "sizes": "any" }]
    }
  ],
  "handle_links": "preferred",
  "edge_side_panel": {
    "preferred_width": 400
  }
}