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

Commit

Permalink
Remove un-used permission on Firefox
Browse files Browse the repository at this point in the history
  • Loading branch information
eramdam committed Jan 23, 2021
1 parent f6c2c14 commit da932a5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "BetterTweetDeck",
"version": "3.10.0",
"extension_version": "3.10.0",
"version": "3.10.1",
"extension_version": "3.10.1",
"description": "Adds some nice options on TweetDeck to provide a better experience on the webapp when used on Chrome.",
"repository": {
"type": "git",
Expand Down Expand Up @@ -97,4 +97,4 @@
"stylelint-config-standard": "^18.2.0",
"ws": "^5.1.1"
}
}
}
2 changes: 1 addition & 1 deletion tools/manifests/firefox.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@ module.exports = Object.assign(require('./common.js'), {
strict_min_version: '48.0',
},
},
permissions: ['storage', 'contextMenus', 'webRequest', 'webRequestBlocking', 'tabs', ...urls],
permissions: ['storage', 'contextMenus', 'tabs', ...urls],
content_security_policy: `img-src https: data: 'self' *; media-src * https:; connect-src * https:; style-src 'unsafe-inline'; object-src 'self'; script-src 'self';`,
});

0 comments on commit da932a5

Please sign in to comment.