Skip to content

Commit

Permalink
Merge pull request #129 from modos189/fix-firefox
Browse files Browse the repository at this point in the history
Fix Firefox manifest
  • Loading branch information
modos189 authored Feb 1, 2024
2 parents 8b389e9 + a8cb21c commit bc4f9a9
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,14 @@
"name": "IITC Button",
"description": "__MSG_extDescription__",
"minimum_chrome_version": "61",
"applications": {
"browser_specific_settings": {
"gecko": {
"id": "[email protected]",
"strict_min_version": "57.0"
},
"gecko_android": {}
"gecko_android": {
"strict_min_version": "113.0"
}
},
"permissions": [
"tabs",
Expand Down

0 comments on commit bc4f9a9

Please sign in to comment.