BIB Stundenplan Firefox

Examine source code of BIB Stundenplan

By: Minemes
Inspect and view changes in BIB Stundenplan source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "BIB Stundenplan",
  "version": "1.1.3",
  "description": "Passe deinen Stundenplan individuell an.",
  "icons": {
    "16": "/images/icon_16.png",
    "32": "/images/icon_32.png",
    "48": "/images/icon_48.png",
    "96": "/images/icon_96.png"
  },
  "permissions": [
    "storage",
    "unlimitedStorage",
    "tabs"
  ],
  "browser_action": {
    "default_title": "Stundenplan",
    "default_icon": {
      "16": "/images/icon_16.png",
      "32": "/images/icon_32.png",
      "48": "/images/icon_48.png",
      "96": "/images/icon_96.png"
    }
  },
  "options_ui": {
    "page": "ui/options.html",
    "open_in_tab": true
  },
  "background": {
    "scripts": [
      "browser-polyfill.min.js",
      "background/storage.js",
      "background/browserAction.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "https://intranet.bib.de/tiki-index.php?page=Wochenplan"
      ],
      "js": [
        "browser-polyfill.min.js",
        "content/helper.js",
        "content/controller.js"
      ]
    }
  ]
}

Best BIB Stundenplan Alternatives

Here are some Firefox add-ons that are similar to BIB Stundenplan: