Examine source code of Free APA and MLA Citation Generator

Inspect and view changes in Free APA and MLA Citation Generator 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
{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "short_name": "Bibliography.com",
  "name": "Free APA and MLA Citation Generator",
  "description": "Use Bibliography.com’s free citation generator to easily cite sources in APA and MLA format.",
  "version": "0.0.7",
  "icons": {
    "16": "img/icon/bib-16.png",
    "32": "img/icon/bib-32.png",
    "48": "img/icon/bib-48.png",
    "128": "img/icon/bib-128.png"
  },
  "permissions": [
    "activeTab",
    "storage",
    "*://*/*"
  ],
  "browser_action": {
    "default_title": "Cite this page with Bibliography.com",
    "default_popup": "/index.html"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.bundle.js"
      ]
    }
  ],
  "content_security_policy": "script-src 'self' 'unsafe-eval' https://www.gstatic.com https://*.firebaseio.com https://www.googleapis.com https://apis.google.com; object-src 'self'",
  "manifest_version": 2
}