{
  "name": "Lock&Go - Locker Rental",
  "short_name": "Lock&Go",
  "description": "Rent lockers instantly with Lock&Go. Secure storage solutions at your fingertips.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "background_color": "#fafafa",
  "theme_color": "#1C1C1C",
  "lang": "en",
  "dir": "auto",
  "categories": ["shopping", "utilities"],
  "icons": [
    {
      "src": "/assets/images/open-lock-icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    }
  ],
  "screenshots": [],
  "shortcuts": [
    {
      "name": "Scan QR Code",
      "short_name": "Scan",
      "description": "Quickly scan a station QR code",
      "url": "/scan-qr",
      "icons": []
    },
    {
      "name": "Active Lockers",
      "short_name": "Active",
      "description": "View your active locker rentals",
      "url": "/home",
      "icons": []
    }
  ]
}
