Skip to content

Commit

Permalink
added browser specifik settings
Browse files Browse the repository at this point in the history
  • Loading branch information
Ell1ott committed Aug 28, 2023
1 parent 7a0dc8a commit 391e51a
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions src/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,14 @@
"name": "chess stats",
"version": "0.1.1",
"description": "Adds extra statistics panel to chess.stjo.dev's bots",
"permissions": ["activeTab", "storage"],

"browser_specific_settings": {
"gecko": {
"id": "chess-extenstion.stjo"
},
"chrome": {
"permissions": ["activeTab", "storage"]
}
},
"action": {
"default_popup": "popup.html"
},
Expand Down

0 comments on commit 391e51a

Please sign in to comment.