1
0
Fork 0
bahn-insight/manifest.json

25 lines
445 B
JSON
Raw Permalink Normal View History

2020-09-16 12:39:29 +02:00
{
"manifest_version": 2,
"name": "Bahn Insight",
2020-09-21 16:22:40 +02:00
"version": "0.7",
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/*"
]
}