Plagly - Citation Generator

Plagly - Citation Generator

Plagly is a free, automatic citation generator and bibliography tool for MLA, APA, Chicago, and more.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Plagly - Citation Generator",
  "description": "Plagly is a free, automatic citation generator and bibliography tool for MLA, APA, Chicago, and more.",
  "version": "2.1",
  "short_name": "Plagly",
  "browser_action": {
    "default_title": "Plagly",
    "default_popup": "index.html"
  },
  "icons": {
    "19": "static/icons/icon-19x19.png",
    "32": "static/icons/icon-32x32.png",
    "48": "static/icons/icon-48x48.png",
    "128": "static/icons/icon-128x128.png"
  },
  "background": {
    "scripts": []
  },
  "content_security_policy": "script-src-elem 'self' https://www.google-analytics.com https://storage.googleapis.com 'unsafe-inline'; script-src 'self' 'sha256-9FvRhpwrjj6zqUDsUywqq23mCgvFCeEfQx9n5N4IIXk=' 'unsafe-eval' https://www.google-analytics.com; object-src 'self'",
  "externally_connectable": {
    "matches": [
      "*://*.plagly.com/*"
    ]
  }
}