Inspect and view changes in BetterVPlan source codes across current and past versions
Premium users can view and search full source code, and see the source code differences
between two versions.
Upgrade to premium
manifest.json
{
"manifest_version": 2,
"name": "BetterVPlan",
"version": "1.3.3",
"description": "Konvertiert die Farben von vertretungsplan.musterschule.de zu Dark Mode, die Farben für einzelne Bereiche sind frei wählbar (ab Version 3.0)",
"icons": {
"48": "icons/bvp.png"
},
"content_scripts": [
{
"matches": [
"*://*.musterschule.de/*"
],
"js": [
"content_scripts/vplan.js"
],
"css": [
"content_scripts/vplan.css"
]
}
],
"permissions": [
"activeTab"
],
"browser_specific_settings": {
"gecko": {
"id": "{1db81b57-164d-4633-bc73-70c762e96228}"
}
}
}