Added icons
This commit is contained in:
parent
d20cbed8fc
commit
4c501e7001
4 changed files with 14 additions and 2 deletions
BIN
images/fairlanguage_logo_128_transparent.png
Normal file
BIN
images/fairlanguage_logo_128_transparent.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 6.7 KiB |
BIN
images/fairlanguage_logo_16_transparent.png
Normal file
BIN
images/fairlanguage_logo_16_transparent.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 771 B |
BIN
images/fairlanguage_logo_48_transparent.png
Normal file
BIN
images/fairlanguage_logo_48_transparent.png
Normal file
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.",
|
"description": "Fairlanguage ist dein Autokorrektur Tool, das dir hilft, eine faire, gendergerechte Sprache zu verwenden.",
|
||||||
|
|
||||||
"icons": {
|
"icons": {
|
||||||
|
"16": "images/fairlanguage_logo_16_transparent.png",
|
||||||
|
"48": "images/fairlanguage_logo_48_transparent.png",
|
||||||
|
"128": "images/fairlanguage_logo_128_transparent.png"
|
||||||
},
|
},
|
||||||
|
|
||||||
"permissions": [
|
"permissions": [
|
||||||
|
|
@ -14,6 +17,15 @@
|
||||||
|
|
||||||
"browser_action": {
|
"browser_action": {
|
||||||
"default_title": "Fairlanguage",
|
"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…
Add table
Add a link
Reference in a new issue