File tree Expand file tree Collapse file tree 3 files changed +5
-52
lines changed
Expand file tree Collapse file tree 3 files changed +5
-52
lines changed Load Diff This file was deleted.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 11{
22 "scripts" :{
3- "build" : " web-ext build -s ./src" ,
4- "start:firefoxdeveloper" : " web-ext run -s ./src -f firefoxdeveloperedition -u https://en.wikipedia.org/wiki/Special:Random --bc" ,
5- "start:waveboxwin" : " web-ext run -s ./src -t chromium --chromium-binary %localappdata%/WaveboxApp/Application/wavebox.exe" ,
6- "start:androidwin11" : " adb connect 127.0.0.1:58526 && web-ext run -s ./src -t firefox-android --adb-device 127.0.0.1:58526 --firefox-apk org.mozilla.fenix"
3+ "build" : " web-ext build" ,
4+ "start:firefoxdeveloper" : " web-ext run -f firefoxdeveloperedition -u https://en.wikipedia.org/wiki/Special:Random --bc" ,
5+ "start:chromedevwin" : " web-ext run -t chromium --chromium-binary \" C:\\ Program Files\\ Google\\ Chrome Dev\\ Application\\ chrome.exe\" -u https://en.wikipedia.org/wiki/Special:Random --bc" ,
6+ "start:waveboxwin" : " web-ext run -t chromium --chromium-binary %localappdata%/WaveboxApp/Application/wavebox.exe" ,
7+ "start:androidwin11" : " adb connect 127.0.0.1:58526 && web-ext run -t firefox-android --adb-device 127.0.0.1:58526 --firefox-apk org.mozilla.fenix"
78 },
89 "devDependencies" : {
910 "web-ext" : " ^6.7.0"
You can’t perform that action at this time.
0 commit comments