Skip to content

Commit

Permalink
chore: specify application ID explicitly
Browse files Browse the repository at this point in the history
In order to prevent warning messages on Mozilla's validation test.
https://mzl.la/2hizK4a for more.
  • Loading branch information
0x6b committed Oct 22, 2018
1 parent 633c129 commit 3aadda0
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 @@ -14,5 +14,10 @@
"page": "settings/settings.html",
"browser_style": true
},
"permissions": ["<all_urls>", "activeTab", "clipboardWrite", "contextMenus", "tabs", "storage"]
"permissions": ["<all_urls>", "activeTab", "clipboardWrite", "contextMenus", "tabs", "storage"],
"applications":{
"gecko":{
"id": "{db9a72da-7bc5-4805-bcea-da3cb1a15316}"
}
}
}

0 comments on commit 3aadda0

Please sign in to comment.