Merge pull request #13 from wagesj45/codex/set-logo.png-as-add-on-icon
Set add-on icon
This commit is contained in:
commit
d301614eba
1 changed files with 8 additions and 0 deletions
|
@ -4,6 +4,14 @@
|
||||||
"version": "1.1",
|
"version": "1.1",
|
||||||
"default_locale": "en-US",
|
"default_locale": "en-US",
|
||||||
"applications": { "gecko": { "id": "ai-filter@example" } },
|
"applications": { "gecko": { "id": "ai-filter@example" } },
|
||||||
|
"icons": {
|
||||||
|
"16": "resources/img/logo.png",
|
||||||
|
"32": "resources/img/logo.png",
|
||||||
|
"48": "resources/img/logo.png",
|
||||||
|
"64": "resources/img/logo.png",
|
||||||
|
"96": "resources/img/logo.png",
|
||||||
|
"128": "resources/img/logo.png"
|
||||||
|
},
|
||||||
"background": { "scripts": [ "background.js" ] },
|
"background": { "scripts": [ "background.js" ] },
|
||||||
"experiment_apis": {
|
"experiment_apis": {
|
||||||
"aiFilter": {
|
"aiFilter": {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue