Skip to content

Commit

Permalink
chore(*): remove redundant permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
bolshchikov committed Apr 19, 2024
1 parent ff987f7 commit ac69c0f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 11 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
"clean": "rimraf dist",
"test": "npx jest",
"style": "prettier --write \"src/**/*.{ts,tsx}\"",
"prepack": "npm run clean && npm run build",
"pack": "cd dist && zip -vr send-whatsapp.zip . -x \"*.DS_Store\""
},
"author": "",
Expand Down
11 changes: 0 additions & 11 deletions public/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,17 +15,6 @@
"128": "icon_128.png",
"256": "icon.png"
},
"content_scripts": [
{
"matches": [
"<all_urls>"
],
"js": [
"js/vendor.js",
"js/content_script.js"
]
}
],
"background": {
"service_worker": "js/background.js"
},
Expand Down

0 comments on commit ac69c0f

Please sign in to comment.