{
  "name": "Property Stop Key Manager",
  "short_name": "PS Keys",
  "description": "Property Stop Key Manager — scan keys to check in and out",
  "start_url": "/Scan",
  "display": "standalone",
  "orientation": "any",
  "theme_color": "#270d46",
  "background_color": "#f4f6f9",
  "scope": "/",
  "lang": "en-GB",
  "icons": [
    { "src": "/icons/icon-192x192.png", "sizes": "192x192", "type": "image/png", "purpose": "any" },
    { "src": "/icons/icon-512x512.png", "sizes": "512x512", "type": "image/png", "purpose": "any" }
  ],
  "shortcuts": [
    { "name": "Scan Key", "url": "/Scan", "description": "Scan a key QR code" },
    { "name": "Search", "url": "/Keys/Search", "description": "Search keys manually" },
    { "name": "Dashboard", "url": "/Dashboard", "description": "Command center" }
  ]
}
