Skip to content

Commit

Permalink
build: add Firefox-specific application ID in manifest.json
Browse files Browse the repository at this point in the history
  • Loading branch information
KarimAziev committed Aug 17, 2024
1 parent cfeafef commit eab6e87
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions firefox/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@
"manifest_version": 3,
"minimum_chrome_version": "116",
"description": "__MSG_appDescription__",
"applications": {
"gecko": {
"id": "chrome-emacs@karimaziiev"
}
},
"icons": {
"16": "images/icon-16.png",
"128": "images/icon-128.png",
Expand Down

0 comments on commit eab6e87

Please sign in to comment.