Skip to content

Commit

Permalink
Updated to Manifest V3 and bumped version to 1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
FaridZelli authored Feb 22, 2023
1 parent fde7264 commit b1a05cc
Showing 1 changed file with 7 additions and 16 deletions.
23 changes: 7 additions & 16 deletions manifest.json
Original file line number Diff line number Diff line change
@@ -1,32 +1,23 @@
{
"manifest_version": 2,
"manifest_version": 3,
"name": "Toggley",
"short_name": "toggley",
"version": "1.2",
"version": "1.3",
"author": "Farid Zelli",
"homepage_url": "https://github.com/FaridZelli/Toggley",
"description": "Switch between the default Light and Dark themes",
"icons": {
"48": "icons/browser.svg",
"96": "icons/browser.svg"
"64": "icons/browser.svg"
},
"browser_action": {
"action": {
"browser_style": true,
"default_icon": {
"48": "icons/browser.svg",
"96": "icons/browser.svg"
},
"default_icon": "icons/browser.svg",
"default_title": "Toggle theme",
"theme_icons": [
{
"light": "icons/light.svg",
"dark": "icons/dark.svg",
"size": 48
},
{
"light": "icons/light.svg",
"dark": "icons/dark.svg",
"size": 96
"size": 64
}
]
},
Expand All @@ -38,7 +29,7 @@
"background.js"
]
},
"applications": {
"browser_specific_settings": {
"gecko": {
"id": "Toggley@FaridZelli"
}
Expand Down

0 comments on commit b1a05cc

Please sign in to comment.