Skip to content
This repository has been archived by the owner on Aug 18, 2023. It is now read-only.

Commit

Permalink
Hotfix: go back to a persistent background page
Browse files Browse the repository at this point in the history
  • Loading branch information
eramdam committed Jul 6, 2021
1 parent 2880aa0 commit ffc4d01
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions package.json
@@ -1,6 +1,6 @@
{
"name": "bettertweetdeck",
"version": "4.3.0",
"version": "4.3.1",
"description": "Adds some nice options on TweetDeck.",
"repository": {
"type": "git",
Expand Down Expand Up @@ -132,4 +132,4 @@
"webpack-dev-server": "^3.11.2",
"xcode": "^3.0.1"
}
}
}
2 changes: 1 addition & 1 deletion tools/manifests/common.js
Expand Up @@ -32,7 +32,7 @@ module.exports = {
],
background: {
scripts: ['build/background.js'],
persistent: false,
persistent: true,
},
options_ui: {
page: 'build/options/ui.html',
Expand Down

0 comments on commit ffc4d01

Please sign in to comment.