{
  "id": "/?pwa=1",
  "name": "Hostizy",
  "short_name": "Hostizy",
  "description": "Event decor rental operations — inventory, bookings, dispatch and invoices.",
  "start_url": "/?pwa=1",
  "scope": "/",
  "display": "standalone",
  "display_override": ["standalone", "minimal-ui"],
  "orientation": "portrait",
  "background_color": "#fafbfc",
  "theme_color": "#ef3d3d",
  "categories": ["business", "productivity"],
  "lang": "en",
  "dir": "ltr",
  "icons": [
    { "src": "/icons/icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any" },
    { "src": "/icons/icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any" },
    { "src": "/icons/icon-maskable-512.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" },
    { "src": "/icons/icon.svg", "sizes": "any", "type": "image/svg+xml", "purpose": "any" }
  ],
  "shortcuts": [
    { "name": "New booking", "short_name": "Book", "url": "/ops/bookings/create", "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }] },
    { "name": "Bookings", "short_name": "Bookings", "url": "/ops/bookings", "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }] },
    { "name": "Dispatch / Return", "short_name": "Dispatch", "url": "/ops/bookings/kiosk", "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }] }
  ]
}
