devanlai / webdfu

WebUSB Device Firmware Upgrade example
https://devanlai.github.io/webdfu/dfu-util/
ISC License
277 stars 95 forks source link

Shipping as a Chrome extension or app? #10

Closed myst729 closed 4 years ago

myst729 commented 4 years ago

Since it is entirely written in JavaScript and only supported by Chrome, Chrome extension looks like a perfect production form for this project.

devanlai commented 4 years ago

Hi @myst729,

I'm not doing much work on this demo these days, but I think it would make more sense to build the functionality into a Progressive Web Application, rather than making an extension. That would provide the option of installing it to make it accessible offline (both on the desktop and on mobile, which doesn't support extensions) without making installation a requirement.

myst729 commented 4 years ago

Sounds more reasonable than what I thought.