Skip to content

Commit

Permalink
Add command to start with Mullvad Browser
Browse files Browse the repository at this point in the history
  • Loading branch information
ruihildt committed Aug 14, 2024
1 parent e606073 commit e3f8206
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,9 @@
"pack:zip": "rimraf mullvad-browser-extension-$npm_package_version.zip && jszip-cli add extension -o ./mullvad-browser-extension-$npm_package_version.zip",
"pack:xpi": "cross-env WEB_EXT_ARTIFACTS_DIR=./ web-ext build --source-dir ./extension --filename mullvad-browser-extension-$npm_package_version.xpi --overwrite-dest",
"start:chromium": "web-ext run --source-dir ./extension --target=chromium",
"start": "web-ext run --source-dir ./extension --target=firefox-desktop --start-url=about:debugging#/runtime/this-firefox",
"restart": "web-ext run --firefox-profile ~/.mozilla/firefox/md0hl4g1.MBE-Testing-Profile --keep-profile-changes --source-dir ./extension --target=firefox-desktop --start-url=about:debugging#/runtime/this-firefox",
"start": "web-ext run --source-dir ./extension --target=firefox-desktop --start-url=about:debugging#/runtime/this-firefox --start-url=mullvad.net/check",
"start:mb": "web-ext run --source-dir ./extension --firefox ~/apps/mullvad-browser/Browser/mullvadbrowser --start-url=about:debugging#/runtime/this-firefox --start-url=mullvad.net/check",
"restart": "web-ext run --source-dir ./extension --target=firefox-desktop --firefox-profile ~/.mozilla/firefox/9eernfyp.browser-extension-testing --keep-profile-changes --start-url=about:debugging#/runtime/this-firefox --start-url=mullvad.net/check",
"clear": "rimraf extension/dist extension/manifest.json extension/README.md extension/LICENSE.md mullvad-browser-extension* key.pem",
"lint": "npm run eslint && npm run lint:style",
"eslint": "eslint . --ext=.ts,.js,.vue",
Expand Down
1 change: 1 addition & 0 deletions src/manifest.ts
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ export async function getManifest() {
favicon_url: './assets/mullvad-logo.svg',
},
},
incognito: 'spanning',
};

if (isDev) {
Expand Down

0 comments on commit e3f8206

Please sign in to comment.