Nestor. Highlighter - Get To The Point.

Nestor. Highlighter - Get To The Point.

Nestor. Highlight Summarizer

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Nestor. Highlighter - Get To The Point.",
  "description": "Nestor. Highlight Summarizer",
  "version": "2.7.6",
  "short_name": "Nestor.",
  "permissions": [
    "tabs",
    "storage",
    "http://*/*",
    "https://*/*",
    "contextMenus"
  ],
  "options_page": "settings/index.html",
  "background": {
    "scripts": [
      "jquery.js",
      "background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "css": [
        "highlight.css"
      ],
      "js": [
        "jquery.js",
        "rangy-core.js",
        "rangy-classapplier.js",
        "content.js"
      ],
      "run_at": "document_idle"
    }
  ],
  "web_accessible_resources": [
    "nestorHTML.html",
    "loading.html",
    "images/*.png"
  ],
  "content_security_policy": "script-src 'self' https://ssl.google-analytics.com; object-src 'self'",
  "browser_action": {
    "default_title": "Highlight summarized text",
    "default_icon": "icons/icon48.png",
    "default_popup": "options/options.html"
  },
  "icons": {
    "16": "icons/icon16.png",
    "32": "icons/icon32.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "manifest_version": 2
}