Examine source code of CiteMaker CiteWeb | MLA 9th Edition

Inspect and view changes in CiteMaker CiteWeb | MLA 9th Edition 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
{
  "name": "CiteMaker CiteWeb | MLA 9th Edition",
  "short_name": "cmmla9",
  "version": "2.1.1.5",
  "description": "CiteMaker is for formatting academic citations and reference lists. ",
  "permissions": [
    "tabs",
    "activeTab",
    "storage",
    "scripting"
  ],
  "host_permissions": [
    "https://www.paypal.com/cgi-bin/webscr",
    "https://www.citemaker.com/*",
    "https://citemaker.com/*"
  ],
  "action": {
    "default_icon": "favicon.png",
    "default_popup": "popup.htm"
  },
  "content_security_policy": {
    "extension_pages": "script-src 'self'; object-src 'self'"
  },
  "background": {
    "service_worker": "js/background.js"
  },
  "content_scripts": [
    {
      "matches": [
        "https://www.citemaker.com/*"
      ],
      "js": [
        "mycontent.js"
      ]
    }
  ],
  "icons": {
    "16": "favicon.png",
    "48": "favicon48.png",
    "128": "favicon128.png"
  },
  "manifest_version": 3,
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}