lotsa stuff
This commit is contained in:
@@ -2,14 +2,16 @@
|
||||
"manifest_version": 2,
|
||||
"name": "BC100 Autofill",
|
||||
"description": "Autofills your BahnCard 100 number and birthday into the passenger rights claim form.",
|
||||
"version": "0.0.1",
|
||||
"version": "0.0.2",
|
||||
"icons": {
|
||||
"64": "icons/icon.png"
|
||||
},
|
||||
"content_scripts": [
|
||||
{
|
||||
"matches": [
|
||||
"https://www.bahn.de/buchung/fahrgastrechte?einstiegtyp=BC100"
|
||||
"https://www.bahn.de/buchung/fahrgastrechte?einstiegtyp=BC100",
|
||||
"https://www.bahn.de/buchung/fahrgastrechte?lang=*&einstiegtyp=BC100",
|
||||
"https://int.bahn.de/*/buchung/fahrgastrechte?einstiegtyp=BC100"
|
||||
],
|
||||
"js": [
|
||||
"content_script.js"
|
||||
|
Reference in New Issue
Block a user