Skip to content

Commit

Permalink
Make background persistent.
Browse files Browse the repository at this point in the history
  • Loading branch information
ruihildt committed Nov 5, 2024
1 parent 8eeec6f commit 020e41f
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "mullvad-browser-extension",
"displayName": "Mullvad Browser Extension",
"version": "0.9.2",
"version": "0.9.3",
"description": "Improve your Mullvad VPN experience, in your browser.",
"private": true,
"engines": {
Expand Down
2 changes: 1 addition & 1 deletion src/manifest.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ export async function getManifest() {
},
background: {
page: './dist/background/index.html',
persistent: false,
persistent: true,
},
icons: {
'16': './assets/mullvad-logo.svg',
Expand Down
4 changes: 2 additions & 2 deletions updates.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,8 @@
}
},
{
"version": "0.9.2",
"update_link": "https://cdn.mullvad.net/browser-extension/0.9.2/mullvad-browser-extension-0.9.2.xpi",
"version": "0.9.3",
"update_link": "https://cdn.mullvad.net/browser-extension/0.9.3/mullvad-browser-extension-0.9.3.xpi",
"applications": {
"gecko": { "strict_min_version": "91.1.0" }
}
Expand Down

0 comments on commit 020e41f

Please sign in to comment.