abhijithvijayan / web-extension-starter

🖥🔋Web Extension starter to build "Write Once Run on Any Browser" extension
MIT License
2.03k stars 172 forks source link

allow manifest reloading #26

Closed abhijithvijayan closed 4 years ago

abhijithvijayan commented 4 years ago

currently manifest is generated from a js file

this could be changed to load from a manifest json file using custom loader after adding manifest file as an entry

this will presumably auto build json on every change

see progress for loader at https://github.com/abhijithvijayan/wext-manifest/issues/4