diff options
author | ManeraKai <manerakai@protonmail.com> | 2024-01-29 12:12:34 +0300 |
---|---|---|
committer | ManeraKai <manerakai@protonmail.com> | 2024-01-29 12:12:34 +0300 |
commit | 8d944834fafe683d2d266252747d42a6317f5acf (patch) | |
tree | 06303e0963cc1fecc56f1edf4b4963fa3f62d22e /package.json | |
parent | Added raw.githubusercontent.co support for GotHub https://github.com/libredir... (diff) | |
download | libredirect-8d944834fafe683d2d266252747d42a6317f5acf.zip |
Fixed tapping on settings in popup not focusing https://github.com/libredirect/browser_extension/issues/873
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/package.json b/package.json index fe0ac5aa..d6051747 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,8 @@ }, "scripts": { "start": "web-ext run", - "start-nightly": "web-ext run --firefox=/home/manerakai/software/firefox_nightly/firefox", + "nightly": "web-ext run --firefox=/home/manerakai/software/firefox_nightly/firefox", + "android": "web-ext run -t firefox-android --adb-device emulator-5554 --firefox-apk org.mozilla.fenix", "build": "web-ext build", "test": "web-ext lint", "html": "pug --basedir ./ --obj ./src/config.json src/pages/options/index.pug --out src/pages/options/ && pug --basedir ./ --obj ./src/config.json src/pages/popup/popup.pug --out src/pages/popup/" |