Compare commits
2 Commits
0b15c878c7
...
4c501e7001
| Author | SHA1 | Date |
|---|---|---|
|
|
4c501e7001 | |
|
|
d20cbed8fc |
|
|
@ -0,0 +1,2 @@
|
||||||
|
_ignore/
|
||||||
|
|
||||||
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.",
|
"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…
Reference in New Issue