Skip to content

Commit

Permalink
Set min versions for Firefox & Chrome
Browse files Browse the repository at this point in the history
  • Loading branch information
dotboris committed May 12, 2024
1 parent 80137ff commit bf6f262
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,11 @@
"permissions": ["storage", "scripting", "tabs"],
"host_permissions": ["*://*/*"],

"minimum_chrome_version": "121",
"browser_specific_settings": {
"gecko": {
"id": "dev-prog-guard-extension@example.com"
"id": "dev-prog-guard-extension@example.com",
"strict_min_version": "109"
}
}
}

0 comments on commit bf6f262

Please sign in to comment.