{
  "name": "HypeRate WebBluetooth Heart Rate Monitor",
  "short_name": "HypeRate WebBT",
  "description": "Connect a BLE heart rate monitor in Chrome and stream BPM to HypeRate for OBS overlays—no phone app required.",
  "lang": "en",
  "start_url": "/?utm_source=pwa",
  "scope": "/",
  "display": "standalone",
  "background_color": "#000000",
  "theme_color": "#1f2937",
  "orientation": "portrait",
  "categories": ["health", "utilities", "sports", "entertainment"],
  "icons": [
    {
      "src": "/HypeRate_Logo_32.png",
      "sizes": "32x32",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/HypeRate_Logo_256.png",
      "sizes": "256x256",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Connect Device",
      "short_name": "Connect",
      "url": "/?action=connect"
    },
    {
      "name": "Copy OBS URL",
      "short_name": "OBS URL",
      "url": "/?action=copy-obs-url"
    }
  ]
}
