Skip to content

Commit

Permalink
feat: backport to Manifest V2
Browse files Browse the repository at this point in the history
  • Loading branch information
Darren Kameoka committed Dec 28, 2022
1 parent 61676f4 commit 264a818
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions manifest.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"manifest_version": 3,
"manifest_version": 2,
"name": "Brightness",
"version": "1.0.1",

Expand All @@ -18,14 +18,11 @@
"permissions": [
"tabs",
"scripting",
"sessions"
],

"host_permissions": [
"sessions",
"<all_urls>"
],

"action": {
"browser_action": {
"default_icon": {
"48" : "icons/brightness.svg"
},
Expand Down

0 comments on commit 264a818

Please sign in to comment.