MosesPlan Firefox

Examine source code of MosesPlan

Par : npasson
Inspect and view changes in MosesPlan source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "MosesPlan",
  "version": "0.6.0",
  "description": "Add custom events to the TU Berlin 'Moses' timetable.",
  "content_scripts": [
    {
      "matches": [
        "https://moseskonto.tu-berlin.de/*"
      ],
      "js": [
        "src/lib/jquery-3.6.0.js",
        "src/scripts/fetch_helper.js",
        "src/scripts/misc_helpers.js",
        "src/scripts/i18n.js",
        "src/scripts/storage_manager.js",
        "src/scripts/settings_manager.js",
        "src/scripts/tutorial_manager.js",
        "src/scripts/render_helpers.js",
        "src/scripts/popover_manager.js",
        "src/scripts/render_manager.js",
        "src/scripts/popup_manager.js",
        "src/index.js"
      ]
    }
  ],
  "web_accessible_resources": [
    "src/style/global.css",
    "src/sites/extension.html",
    "src/sites/version.html"
  ],
  "permissions": [
    "storage"
  ],
  "icons": {
    "16": "src/images/icon_16.png",
    "32": "src/images/icon_32.png",
    "48": "src/images/icon_48.png",
    "128": "src/images/icon_128.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{18c3b8b0-edf5-4abf-8253-3af6c72d2e38}"
    }
  }
}

Meilleures alternatives MosesPlan

Voici quelques Firefox add-ons qui sont similaires à MosesPlan :