{
  "name": "SoftRF Settings",
  "short_name": "SoftRF",
  "description": "SoftRF Device Settings with BLE Control - Works Offline",
  "start_url": "/mysoftrf/index.html",
  "scope": "/mysoftrf/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "theme_color": "#1a1a2e",
  "background_color": "#0f0f1a",
  "prefer_related_applications": false,
  "id": "/mysoftrf/index.html",
  "launch_handler": {
    "client_mode": "navigate-existing"
  },
  "icons": [
    {
      "src": "icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "icon-maskable-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "screenshots": [
    {
      "src": "screenshot-narrow.png",
      "sizes": "540x720",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "SoftRF Configurator on mobile"
    },
    {
      "src": "screenshot-wide.png",
      "sizes": "1280x720",
      "type": "image/png",
      "form_factor": "wide",
      "label": "SoftRF Configurator on desktop"
    }
  ],
  "categories": ["productivity", "utilities"]
}
