Skip to content

Commit

Permalink
chore: add firefox extension id in manifest
Browse files Browse the repository at this point in the history
  • Loading branch information
husa committed Feb 4, 2025
1 parent 2d5ec5d commit ee272bc
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion src/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,10 @@
"48": "/assets/img/icons/icon48.png",
"128": "/assets/img/icons/icon128.png"
},
"permissions": ["storage"]
"permissions": ["storage"],
"browser_specific_settings": {
"gecko": {
"id": "{1029db62-dbe3-49f5-b4ef-28b10866d58a}"
}
}
}

0 comments on commit ee272bc

Please sign in to comment.