Better Vertretungsplan Firefox

Examine source code of Better Vertretungsplan

Inspect and view changes in Better Vertretungsplan source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "name": "Better Vertretungsplan",
  "description": "",
  "version": "3.0.1",
  "manifest_version": 3,
  "icons": {
    "24": "images/logo_24.png",
    "48": "images/logo_48.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "better-vertretungsplan@foxeddev.github.io"
    },
    "gecko_android": {}
  },
  "content_scripts": [
    {
      "matches": [
        "https://fsg-preetz.org/iserv/public/arrangement/show/3/6caf1a62481ddc33712a459650edfae6"
      ],
      "exclude_matches": [
        "*://localhost/*",
        "*://*.localhost/*"
      ],
      "match_about_blank": true,
      "all_frames": true,
      "css": [
        "mobile.css"
      ],
      "js": [
        "mobile.js"
      ],
      "run_at": "document_end"
    },
    {
      "matches": [
        "https://fsg-preetz.org/iserv/auth/*"
      ],
      "exclude_matches": [
        "*://localhost/*",
        "*://*.localhost/*"
      ],
      "match_about_blank": true,
      "all_frames": true,
      "css": [
        "auth.css"
      ],
      "js": [
        "auth.js"
      ],
      "run_at": "document_start"
    },
    {
      "matches": [
        "https://fsg-preetz.org/iserv/*"
      ],
      "exclude_matches": [
        "*://localhost/*",
        "*://*.localhost/*"
      ],
      "match_about_blank": true,
      "all_frames": true,
      "js": [
        "iserv.js"
      ],
      "run_at": "document_end"
    }
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "images/*"
      ],
      "matches": [
        "https://fsg-preetz.org/*"
      ]
    }
  ]
}

Best Better Vertretungsplan Alternatives

Here are some Firefox add-ons that are similar to Better Vertretungsplan: