Skip to content

Commit

Permalink
Updated permissions and bumped version to 1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
FaridZelli authored Dec 17, 2023
1 parent 39b7fe1 commit 67385ce
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"manifest_version": 3,
"name": "Toggley",
"short_name": "toggley",
"version": "1.4",
"version": "1.5",
"author": "Farid Zelli",
"homepage_url": "https://github.com/FaridZelli/Toggley",
"description": "Switch between the default Light and Dark themes",
Expand All @@ -27,7 +27,8 @@
]
},
"permissions": [
"management"
"management",
"menus"
],
"background": {
"scripts": [
Expand Down

0 comments on commit 67385ce

Please sign in to comment.