Skip to content

Commit

Permalink
remove unused permissions
Browse files Browse the repository at this point in the history
Signed-off-by: Navendu Pottekkat <[email protected]>
  • Loading branch information
pottekkat committed Apr 26, 2022
1 parent 9118fb5 commit 716457e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
6 changes: 2 additions & 4 deletions dist/manifest.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,12 @@
{
"name": "NSFW Filter",
"version": "2.1.0",
"version": "2.1.1",
"description": "Hide NSFW content from websites using this extension powered by AI! PS: We don't access your data, it runs locally in your browser!",
"author": "Navendu Pottekkat",
"homepage_url": "https://github.com/nsfw-filter/nsfw-filter/",
"permissions": [
"activeTab",
"<all_urls>",
"storage",
"tabs"
"storage"
],
"background": {
"scripts": ["src/background.js"],
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nsfw-filter",
"version": "2.1.0",
"version": "2.1.1",
"description": "Hide NSFW content from websites using this extension powered by AI! This extension replaces images that are NSFW with random images from Unsplash.",
"scripts": {
"lint": "eslint .",
Expand Down

0 comments on commit 716457e

Please sign in to comment.