Skip to content

Commit

Permalink
feat(manifest): Updated manifest.json permissions and host permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
pruizlezcano committed Feb 12, 2024
1 parent c7c53ec commit af1878c
Showing 1 changed file with 4 additions and 9 deletions.
13 changes: 4 additions & 9 deletions public/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,10 @@
"manifest_version": 3,
"name": "Chess Themer",
"author": "Pablo Ruiz",
"version": "1.0.0",
"version": "0.1.1",
"description": "Unify and personalize your chess experience across Chess.com and Lichess.org with seamless theme synchronization. ",
"permissions": ["storage", "tabs", "activeTab"],
"permissions": ["storage", "tabs"],
"host_permissions": ["*://lichess.org/*", "*://www.chess.com/*"],
"action": {
"default_icon": {
"48": "icons/48x48.png",
Expand All @@ -14,7 +15,7 @@
},
"browser_specific_settings": {
"gecko": {
"id": "chessthemer@pruizlezcano"
"id": "chess-themer@pruizlezcano"
}
},
"icons": {
Expand All @@ -26,11 +27,5 @@
"matches": ["*://lichess.org/*", "*://www.chess.com/*"],
"js": ["js/chessThemer.js"]
}
],
"web_accessible_resources": [
{
"resources": ["themes/**"],
"matches": ["*://lichess.org/*", "*://www.chess.com/*"]
}
]
}

0 comments on commit af1878c

Please sign in to comment.