Pronotheme Firefox

Examine source code of Pronotheme

Inspect and view changes in Pronotheme source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Pronotheme",
  "version": "1.0",
  "description": "Change Pronote theme",
  "icons": {
    "48": "icons/pronote-48.png"
  },
  "permissions": [
    "activeTab",
    "storage"
  ],
  "browser_action": {
    "default_icon": "icons/pronote-32.png",
    "default_title": "pronotheme",
    "default_popup": "popup/pronote.html"
  },
  "content_scripts": [
    {
      "matches": [
        "*://*.index-education.net/pronote/eleve.html"
      ],
      "js": [
        "content_scripts/script.js"
      ]
    }
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "web_accessible_resources": [
    "content_scripts/style.css"
  ]
}

Best Pronotheme Alternatives

Here are some Firefox add-ons that are similar to Pronotheme: