{
  "name": "Bluetooth Vehicle Control",
  "short_name": "BLE Vehicle",
  "start_url": "./",
  "display": "fullscreen",
  "background_color": "#0b0f14",
  "theme_color": "#0b0f14",
  "orientation": "landscape",
  "display_override": [
    "fullscreen",
    "standalone"
  ],
  "scope": "./",
  "description": "Bluetooth vehicle control and telemetry PWA",
  "id": "./",
  "prefer_related_applications": false,
  "icons": [
    {
      "src": "./icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "./icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ]
}
