Cite This For Me: Web Citer

Cite This For Me: Web Citer

Automatically create website citations in the APA, MLA, Chicago, or Harvard referencing styles at the click of a button.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "background": {
    "page": "background.html",
    "persistent": true
  },
  "browser_action": {
    "default_icon": "images/icon-19.png",
    "default_title": "Cite This For Me: Web Citer"
  },
  "content_scripts": [
    {
      "all_frames": false,
      "js": [
        "js/contentscript.js"
      ],
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "run_at": "document_end"
    }
  ],
  "content_security_policy": "script-src 'self' https://ssl.google-analytics.com 'unsafe-eval'; object-src 'self'",
  "description": "Automatically create website citations in the APA, MLA, Chicago, or Harvard referencing styles at the click of a button.",
  "icons": {
    "16": "images/icon-16.png",
    "18": "images/icon-18.png",
    "19": "images/icon-19.png",
    "32": "images/icon-32.png",
    "48": "images/icon-48.png",
    "128": "images/icon-128.png"
  },
  "manifest_version": 2,
  "name": "Cite This For Me: Web Citer",
  "permissions": [
    "http://www.citethisforme.com/",
    "tabs",
    "storage",
    "*://*/*"
  ],
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx",
  "version": "2.6.12",
  "web_accessible_resources": [
    "images/*",
    "popup.htm",
    "styles/*",
    "js/*",
    "css/*"
  ]
}