Hi guys,
I'm working on web extension and we are planning to support new browsers soon, but there are differences between manifest file properties for different browsers and versions which cannot be combined into single manifest file(like for example minimum_chrome_version and minimum_opera_version etc). So it would be awesome if there would be possibility to set different entry points for web extension, for example:
"bundle:chrome": "parcel build src/chrome.manifest.json --dist-dir ./chrome --no-cache",
"bundle:firefox": "parcel build src/firefox.manifest.json --dist-dir ./firefox --no-cache",
Hi guys,
I'm working on web extension and we are planning to support new browsers soon, but there are differences between manifest file properties for different browsers and versions which cannot be combined into single manifest file(like for example
minimum_chrome_versionandminimum_opera_versionetc). So it would be awesome if there would be possibility to set different entry points for web extension, for example: