Kumar McMillan
Kumar McMillan
Hi. I think this will be possible after https://github.com/mozilla/web-ext/pull/830 although that patch was meant more for [web extension experiments](http://webextensions-experiments.readthedocs.io/en/latest/). It will definitely allow you to install multiple extensions at once...
Actually, I think it would be good to keep this issue open just to make sure this use case is covered. The use case in #830 is for experiments which...
Well, they don't differ *significantly* but as I recall there are certain things you could put in a Firefox manifest that will throw errors (or at least warnings) in Chrome....
Yes, this would be nice, especially since auto-reloading exits the debugger (at least it used to but I can no longer find the bug). @rpl would we need a Firefox...
@rpl yeah, I like `installTemporaryAddon(path, {openAddonDebugger: true})` -- can you file a bug so it can get into triage?
There are quite a few examples: https://github.com/mdn/webextensions-examples/search?utf8=%E2%9C%93&q=runtime.onMessage&type= However, it may be helpful to create a new example specific to sharing data so that people could find it more easily when...
> Is there a `--target=[chrome|edge|firefox]` on the near horizon You can track https://github.com/mozilla/web-ext/issues/809 for Chrome support in web-ext > ...automatically does browser. => chrome. substitutions... This is probably out of...
Can't you just use [`--ignore-files`](https://developer.mozilla.org/en-US/Add-ons/WebExtensions/web-ext_command_reference#--ignore-files_-i)?
Yeah, that's true. I guess putting those files in the default list would make sense.
Also, once we have [config files](https://github.com/mozilla/web-ext/issues/176) then you could use one to set the value of `--ignore-files`.