{
  "id": "/",
  "name": "BitLegacy Hotels",
  "short_name": "BitLegacy",
  "description": "Hotel management software by BitLegacy — manage rooms, bookings, and room service for your hotel",
  "lang": "en",
  "start_url": "/?source=pwa",
  "scope": "/",
  "display": "standalone",
  "display_override": ["window-controls-overlay", "standalone", "minimal-ui"],
  "background_color": "#ffffff",
  "theme_color": "#1FAF8E",
  "orientation": "any",
  "prefer_related_applications": false,
  "icons": [
    {
      "src": "/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "categories": ["business", "productivity"],
  "share_target": {
    "action": "/admin/bookings/new",
    "method": "GET",
    "params": {
      "title": "guest_name",
      "text": "notes",
      "url": "url"
    }
  },
  "shortcuts": [
    {
      "name": "Bookings",
      "short_name": "Bookings",
      "description": "View and manage bookings",
      "url": "/admin/bookings",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Room Orders",
      "short_name": "Orders",
      "description": "View incoming room service orders",
      "url": "/admin/room-orders/orders",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }]
    }
  ]
}
