{
  "name": "Web SWD Flasher",
  "short_name": "SWD Flasher",
  "description": "Browser-based SWD debugger and firmware flasher for nRF52 and other ARM Cortex-M targets via CMSIS-DAP and J-Link.",
  "start_url": "./",
  "scope": "./",
  "display": "standalone",
  "orientation": "any",
  "background_color": "#f4f7f2",
  "theme_color": "#2c6e49",
  "categories": ["developer", "utilities"],
  "icons": [
    {
      "src": "icons/icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "icons/icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "maskable"
    }
  ]
}
