Skip to content

Commit

Permalink
fix: add "minimum_chrome_version" key
Browse files Browse the repository at this point in the history
  • Loading branch information
ignatiusmb committed May 24, 2024
1 parent 7cb11ae commit 876e361
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions workspace/extension/static/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
"permissions": ["activeTab", "scripting"],
"web_accessible_resources": [{ "matches": ["*://*/*"], "resources": ["courier.js"] }],

"minimum_chrome_version": "121",
"browser_specific_settings": {
"gecko": {
"id": "[email protected]",
Expand Down

0 comments on commit 876e361

Please sign in to comment.