initial commit
This commit is contained in:
30
manifest.json
Normal file
30
manifest.json
Normal file
@@ -0,0 +1,30 @@
|
||||
{
|
||||
"manifest_version": 2,
|
||||
"name": "BC100 Autofill",
|
||||
"description": "Autofills your BahnCard 100 number and birthday into the passenger rights claim form.",
|
||||
"version": "0.0.1",
|
||||
"icons": {
|
||||
"64": "icons/icon.png"
|
||||
},
|
||||
"content_scripts": [
|
||||
{
|
||||
"matches": [
|
||||
"https://www.bahn.de/buchung/fahrgastrechte?einstiegtyp=BC100"
|
||||
],
|
||||
"js": [
|
||||
"content_script.js"
|
||||
]
|
||||
}
|
||||
],
|
||||
"permissions": [
|
||||
"storage"
|
||||
],
|
||||
"options_ui": {
|
||||
"page": "options/index.html"
|
||||
},
|
||||
"browser_specific_settings": {
|
||||
"gecko": {
|
||||
"id": "bc100-autofill@iw0.name"
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user