{
  "name": "BPOS Launcher",
  "short_name": "BPOS",
  "description": "BPOS safe launcher. Restaurant apps use restaurant-specific manifests.",
  "start_url": "/pwa-start",
  "display": "standalone",
  "background_color": "#0b1220",
  "theme_color": "#0b1220",
  "orientation": "any",
  "scope": "/",
  "icons": [
    {
      "src": "/icons/bpos-icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icons/bpos-icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "categories": [
    "business",
    "productivity"
  ],
  "prefer_related_applications": false,
  "id": "/pwa-start",
  "display_override": [
    "fullscreen",
    "standalone"
  ],
  "launch_handler": {
    "client_mode": "navigate-existing"
  },
  "shortcuts": [
    {
      "name": "Open POS",
      "short_name": "POS",
      "url": "/pwa-start?target=pos",
      "icons": [
        {
          "src": "/icons/bpos-icon-192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "Open Settings",
      "short_name": "Settings",
      "url": "/pwa-start?target=settings",
      "icons": [
        {
          "src": "/icons/bpos-icon-192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    }
  ]
}
