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.

Additional files are visible only to premium users

manifest.json


{
  "background": {
    "service_worker": "js/background.js"
  },
  "action": {},
  "content_scripts": [
    {
      "js": [
        "js/contentscript.js"
      ],
      "matches": [
        "*://*/*"
      ]
    }
  ],
  "content_security_policy": {
    "extension_pages": "script-src 'self'; object-src 'self'"
  },
  "description": "Automatically create website citations in the APA, MLA, Chicago, or Harvard referencing styles at the click of a button.",
  "homepage_url": "http://www.citethisforme.com",
  "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": 3,
  "name": "Cite This For Me: Web Citer",
  "permissions": [
    "tabs",
    "storage",
    "scripting"
  ],
  "host_permissions": [
    "*://*/*"
  ],
  "update_url": "https://clients2.google.com/service/update2/crx",
  "version": "2.7.0",
  "externally_connectable": {
    "matches": [
      "*://*/*"
    ]
  },
  "web_accessible_resources": [
    {
      "resources": [
        "/images/*"
      ],
      "matches": [
        "<all_urls>"
      ]
    },
    {
      "resources": [
        "/popup.htm"
      ],
      "matches": [
        "<all_urls>"
      ]
    },
    {
      "resources": [
        "js/*"
      ],
      "matches": [
        "<all_urls>"
      ]
    },
    {
      "resources": [
        "css/*"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ]
}