2020-09-16 12:39:29 +02:00
|
|
|
{
|
|
|
|
|
|
|
|
"manifest_version": 2,
|
|
|
|
"name": "Bahn Insight",
|
2020-09-16 15:05:31 +02:00
|
|
|
"version": "0.5",
|
2020-09-16 12:39:29 +02:00
|
|
|
|
|
|
|
"description": "Extends the booking portal of bahn.de with linking to useful information.",
|
|
|
|
"homepage_url": "https://git.clerie.de/clerie/bahn-insight/",
|
|
|
|
|
|
|
|
"content_scripts": [
|
|
|
|
{
|
|
|
|
"matches": [
|
|
|
|
"*://reiseauskunft.bahn.de/*"
|
|
|
|
],
|
|
|
|
"js": [
|
|
|
|
"js/reiseauskunft.js"
|
|
|
|
]
|
|
|
|
}
|
|
|
|
],
|
|
|
|
|
|
|
|
"web_accessible_resources": [
|
|
|
|
"media/*"
|
|
|
|
]
|
|
|
|
}
|