Initial commit

This commit is contained in:
Lexi / Zoe 2018-10-09 18:18:42 +02:00
commit ac71dcc580
2 changed files with 21 additions and 0 deletions

17
manifest.json Normal file
View file

@ -0,0 +1,17 @@
{
"manifest_version": 2,
"name": "Fairlanguage Firefox Prototype",
"version": "0.1",
"description": "Fairlanguage ist dein Autokorrektur Tool, das dir hilft, eine faire, gendergerechte Sprache zu verwenden.",
"icons": {
},
"content_scripts": [
{
"matches": ["http://*/*", "https://*/*", "file://*/*"],
"js": ["main.js"]
}
]
}