{
  "name": "ESP Firmware Flasher",
  "short_name": "ESP Flasher",
  "description": "Flash ESP32 and ESP8266 firmware from your browser by elecquanta",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#000000",
  "theme_color": "#f9fafb",
  "orientation": "portrait-primary",
  "icons": [
    {
      "src": "https://flasher.elecquanta.site/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "https://flasher.elecquanta.site/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "categories": ["development", "utilities"],
  "shortcuts": [
    {
      "name": "Flash Firmware",
      "short_name": "Flash",
      "description": "Flash firmware to ESP device",
      "url": "/?tab=flash",
      "icons": [
        {
          "src": "https://flasher.elecquanta.site/icon-192.png",
          "sizes": "96x96"
        }
      ]
    },
    {
      "name": "Serial Monitor",
      "short_name": "Serial",
      "description": "Open serial monitor",
      "url": "/?tab=serial",
      "icons": [
        {
          "src": "https://flasher.elecquanta.site/icon-192.png",
          "sizes": "96x96"
        }
      ]
    }
  ]
}

