lotsa stuff

This commit is contained in:
iw0
2023-10-14 16:28:19 +02:00
parent 8d34088021
commit a519dbe814
11 changed files with 6094 additions and 67 deletions

View File

@@ -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"