MyBib: Free Citation Generator

MyBib: Free Citation Generator

Automatically create APA style, MLA format, and Harvard referencing style citations with our citation generator add-on for Chrome.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "MyBib: Free Citation Generator",
  "short_name": "MyBib",
  "author": "MyBib.com",
  "version": "1.1.28",
  "manifest_version": 2,
  "description": "Automatically create APA style, MLA format, and Harvard referencing style citations with our citation generator add-on for Chrome.",
  "browser_action": {
    "default_icon": "static/images/logo-128.png",
    "default_title": "MyBib: Free Citation Generator",
    "default_popup": "index.html"
  },
  "icons": {
    "19": "static/images/logo-19.png",
    "32": "static/images/logo-32.png",
    "48": "static/images/logo-48.png",
    "128": "static/images/logo-128.png"
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "permissions": [
    "clipboardWrite",
    "storage",
    "tabs",
    "*://*/*",
    "webRequest",
    "webRequestBlocking"
  ],
  "externally_connectable": {
    "matches": [
      "*://localhost/*",
      "*://www.mybib.com/*"
    ]
  },
  "homepage_url": "https://www.mybib.com",
  "content_security_policy": "script-src 'self' https://ssl.google-analytics.com; object-src 'self'",
  "web_accessible_resources": [
    "popup.htm",
    "static/*"
  ]
}