Added icons
This commit is contained in:
parent
d20cbed8fc
commit
4c501e7001
Binary file not shown.
|
After Width: | Height: | Size: 6.7 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 771 B |
Binary file not shown.
|
After Width: | Height: | Size: 1.4 KiB |
|
|
@ -6,6 +6,9 @@
|
|||
"description": "Fairlanguage ist dein Autokorrektur Tool, das dir hilft, eine faire, gendergerechte Sprache zu verwenden.",
|
||||
|
||||
"icons": {
|
||||
"16": "images/fairlanguage_logo_16_transparent.png",
|
||||
"48": "images/fairlanguage_logo_48_transparent.png",
|
||||
"128": "images/fairlanguage_logo_128_transparent.png"
|
||||
},
|
||||
|
||||
"permissions": [
|
||||
|
|
@ -14,6 +17,15 @@
|
|||
|
||||
"browser_action": {
|
||||
"default_title": "Fairlanguage",
|
||||
"default_popup": "popup/buttonmenu.html"
|
||||
}
|
||||
"default_popup": "popup/buttonmenu.html",
|
||||
"default_icon": {
|
||||
"16": "images/fairlanguage_logo_16_transparent.png",
|
||||
"48": "images/fairlanguage_logo_48_transparent.png",
|
||||
"128": "images/fairlanguage_logo_128_transparent.png"
|
||||
}
|
||||
},
|
||||
|
||||
"web_accessible_resources" : [
|
||||
"images/*.png"
|
||||
]
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue