Free APA and MLA Citation Generator

Free APA and MLA Citation Generator

Use Bibliography.com’s free citation generator to easily cite sources in APA and MLA format.

Merlin
Additional files are visible only to premium users

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
}