EnFind Extension

EnFind Extension

Automatically adds knowledge to people, places, and things mentioned in articles.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "EnFind Extension",
  "version": "0.551",
  "manifest_version": 2,
  "description": "Automatically adds knowledge to people, places, and things mentioned in articles.",
  "icons": {
    "16": "img/icon-gray-16.png",
    "48": "img/icon-gray-48.png",
    "128": "img/icon-gray-128.png"
  },
  "browser_action": {
    "default_icon": "img/icon-gray-128.png"
  },
  "options_page": "options.html",
  "background": {
    "scripts": [
      "js/background.js"
    ]
  },
  "permissions": [
    "tabs",
    "contextMenus",
    "clipboardWrite",
    "http://*/*",
    "https://*/*"
  ],
  "content_security_policy": "script-src 'self' https://ssl.google-analytics.com; object-src 'self'"
}