{ "manifest_version": 2, "name": "BC100 Autofill", "description": "Autofills your BahnCard 100 number and birthday into the passenger rights claim form.", "version": "0.0.3", "icons": { "64": "icons/icon.png" }, "content_scripts": [ { "matches": [ "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" ] } ], "permissions": [ "storage" ], "options_ui": { "page": "options/index.html" }, "browser_specific_settings": { "gecko": { "id": "bc100-autofill@iw0.name" }, "gecko_android": { "strict_min_version": "79.0" } } }