diff options
author | Ajay Ramachandran <[email protected]> | 2021-06-09 16:53:32 -0400 |
---|---|---|
committer | Ajay Ramachandran <[email protected]> | 2021-06-09 16:53:32 -0400 |
commit | 6a02d62ccd8f0f15f098f9467e731e42de793dcf (patch) | |
tree | 156b0ddd574372c6750bd5cbd3f25c7fe693c07c /README.md | |
parent | 315901f69b8de0a9913e3839ede572e10a96c553 (diff) | |
download | SponsorBlock-6a02d62ccd8f0f15f098f9467e731e42de793dcf.tar.gz SponsorBlock-6a02d62ccd8f0f15f098f9467e731e42de793dcf.zip |
Make options page work on mobile
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -75,7 +75,7 @@ The result is in `dist`. This can be loaded as an unpacked extension Run `npm run dev` to run the extension using a clean browser profile with hot reloading. Use `npm run dev:firefox` for Firefox. This uses [`web-ext run`](https://extensionworkshop.com/documentation/develop/web-ext-command-reference/#commands). Known chromium bug: Extension is not loaded properly on first start. Visit `chrome://extensions/` and reload the extension. -For Firefox for Android, use `npm run dev:firefox-android --adb-device <ip-address of the device>`. See the [Firefox documentation](https://extensionworkshop.com/documentation/develop/developing-extensions-for-firefox-for-android/#debug-your-extension) for more information. +For Firefox for Android, use `npm run dev:firefox-android -- --adb-device <ip-address of the device>`. See the [Firefox documentation](https://extensionworkshop.com/documentation/develop/developing-extensions-for-firefox-for-android/#debug-your-extension) for more information. ### Attribution Generation |