Examine source code of CiteMaker CiteWeb | Harvard International

Inspect and view changes in CiteMaker CiteWeb | Harvard International 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 | Harvard International",
  "short_name": "cmharvard",
  "version": "1.0.1.8",
  "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"
}