Skip to content

Commit

Permalink
minor cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
StigNygaard committed Mar 25, 2024
1 parent 0bdc55d commit 5dcf3cc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 0 additions & 3 deletions WebExtension/backgroundscript.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,6 @@
* defined by the Mozilla Public License, v. 2.0.
*/

// import '/lib/mozilla/browser-polyfill.js';
// import '/context.js';

if (browser.menus?.getTargetElement) { // An easy way to use Firefox extended API while preserving Chrome (and older Firefox) compatibility.
browser.contextMenus = browser.menus;
}
Expand Down
3 changes: 2 additions & 1 deletion WebExtension/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,8 @@

"browser_specific_settings": {
"gecko": {
"strict_min_version": "115.0"
"strict_min_version": "115.0",
"id": "{5e71bed2-2b15-40b8-a15b-ba89563aaf73}"
}
},
"minimum_chrome_version": "109.0",
Expand Down

0 comments on commit 5dcf3cc

Please sign in to comment.