Citeclops

Citeclops

Citeclops helps you cite the source displayed on your webpage

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Citeclops",
  "description": "Citeclops helps you cite the source displayed on your webpage",
  "version": "1.12.1",
  "icons": {
    "16": "icon16.png",
    "48": "icon48.png",
    "128": "icon128.png"
  },
  "options_ui": {
    "page": "options.html",
    "chrome_style": true
  },
  "browser_action": {
    "default_icon": "icon.png",
    "default_popup": "popup.html",
    "default_title": "Citeclops"
  },
  "permissions": [
    "storage",
    "activeTab",
    "tabs"
  ]
}