{
  "id": "holster-operator",
  "name": "Holster Operator",
  "short_name": "Operator",
  "description": "Holster platform administration — hostel provisioning, subscription management, impersonation, audit.",
  "start_url": "/operator",
  "scope": "/operator",
  "display": "standalone",
  "orientation": "any",
  "background_color": "#0A0A0B",
  "theme_color": "#F97316",
  "categories": ["business", "productivity"],
  "prefer_related_applications": false,
  "icons": [
    { "src": "/icon-operator-192.png",           "sizes": "192x192", "type": "image/png", "purpose": "any" },
    { "src": "/icon-operator-512.png",           "sizes": "512x512", "type": "image/png", "purpose": "any" },
    { "src": "/icon-operator-maskable-192.png",  "sizes": "192x192", "type": "image/png", "purpose": "maskable" },
    { "src": "/icon-operator-maskable-512.png",  "sizes": "512x512", "type": "image/png", "purpose": "maskable" }
  ],
  "shortcuts": [
    { "name": "Dashboard",     "url": "/operator",              "icons": [{ "src": "/icon-operator-192.png", "sizes": "192x192", "type": "image/png" }] },
    { "name": "Hostels",       "url": "/operator/hostels",      "icons": [{ "src": "/icon-operator-192.png", "sizes": "192x192", "type": "image/png" }] },
    { "name": "Billing",       "url": "/operator/subscriptions","icons": [{ "src": "/icon-operator-192.png", "sizes": "192x192", "type": "image/png" }] },
    { "name": "Audit log",     "url": "/operator/audit",        "icons": [{ "src": "/icon-operator-192.png", "sizes": "192x192", "type": "image/png" }] }
  ]
}
