Citationsy - Cite Websites and Papers

Citationsy - Cite Websites and Papers

Reference websites and papers with a single click, powered by Citationsy

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Citationsy - Cite Websites and Papers",
  "description": "Reference websites and papers with a single click, powered by Citationsy",
  "version": "1.2.4",
  "author": "Citationsy",
  "background": {
    "scripts": [
      "citethis.js"
    ],
    "persistent": false
  },
  "content_scripts": [
    {
      "matches": [
        "https://citationsy.com/*"
      ],
      "css": [
        "css.css"
      ]
    }
  ],
  "icons": {
    "16": "icon_16.png",
    "48": "icon_48.png",
    "128": "icon_128.png",
    "256": "[email protected]"
  },
  "browser_action": {
    "default_icon": {
      "16": "default_icon_16.png",
      "24": "default_icon_24.png",
      "32": "default_icon_32.png",
      "48": "default_icon_48.png"
    },
    "default_title": "Cite this"
  },
  "permissions": [
    "activeTab"
  ]
}