Compare commits
2 commits
0b15c878c7
...
4c501e7001
| Author | SHA1 | Date | |
|---|---|---|---|
| 4c501e7001 | |||
| d20cbed8fc |
5 changed files with 16 additions and 2 deletions
2
.gitignore
vendored
Normal file
2
.gitignore
vendored
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
_ignore/
|
||||
|
||||
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.",
|
||||
|
||||
"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…
Add table
Add a link
Reference in a new issue