Skip to content

Commit

Permalink
Fix: delete activeTab unused permission
Browse files Browse the repository at this point in the history
  • Loading branch information
zejiran committed May 25, 2022
1 parent d8a926d commit 304907a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@
"manifest_version": 3,
"name": "Surfi",
"description": "A plugin that shows you website reliability and formats google search.",
"version": "0.1.2",
"version": "0.1.3",
"icons": {
"16": "./assets/favicon/favicon-16x16.png",
"32": "./assets/favicon/favicon-32x32.png",
"48": "./assets/favicon/favicon-48x48.png",
"128": "./assets/favicon/favicon-128x128.png"
},
"permissions": ["tabs", "activeTab"],
"permissions": ["tabs"],
"content_scripts": [
{
"matches": [
Expand Down

0 comments on commit 304907a

Please sign in to comment.