Diigo Web Collector - Capture and Annotate

Diigo Web Collector - Capture and Annotate

Enable multi-color highlighter and post-it notes as your reading aids; Capture the page or any portion to share or archive; Save everything online to allow access anywhere.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "__MSG_extName__",
  "version": "6.0.0.5resigned1",
  "description": "__MSG_extDesc__",
  "minimum_chrome_version": "6.0",
  "default_locale": "en",
  "manifest_version": 2,
  "applications": {
    "gecko": {
      "id": "{fc2b8f80-d9a5-4f51-8076-7c7ce3c67ee3}"
    }
  },
  "icons": {
    "16": "icon16.png",
    "32": "icon32.png",
    "48": "icon48.png",
    "128": "icon128.png"
  },
  "permissions": [
    "contextMenus",
    "tabs",
    "cookies",
    "http://*/",
    "https://*/",
    "storage",
    "<all_urls>",
    "*://*.appchangelog.com/*",
    "downloads",
    "webNavigation",
    "identity",
    "clipboardWrite",
    "*://www.googleapis.com/*",
    "*://accounts.google.com/*"
  ],
  "background": {
    "page": "bg.html"
  },
  "options_ui": {
    "page": "options.html"
  },
  "browser_action": {
    "browser_style": true,
    "default_icon": "img/logo-19.png",
    "default_title": "__MSG_browserActionDefaultTitle__",
    "default_popup": "popup.html"
  },
  "content_scripts": [
    {
      "matches": [
        "http://*/*",
        "https://*/*",
        "ftp://*/*",
        "file://*/*"
      ],
      "css": [
        "css/screenshot.css",
        "css/reader-frame.css",
        "css/outliner-frame.css"
      ],
      "js": [
        "js/jquery-3.0.0.js",
        "js/jquery-migrate-1.0.0.js",
        "js/content/main.js",
        "js/content/diigolet.js",
        "js/content/dragresize.js"
      ],
      "run_at": "document_end"
    }
  ],
  "web_accessible_resources": [
    "diigolet/images/*.gif",
    "diigolet/images/*.png",
    "diigolet/chrome-panel-images/*.png",
    "diigolet/chrome-panel-images/*.gif",
    "diigolet/ietoolbar-images/*.png",
    "diigolet/ietoolbar-images/*.cur",
    "diigolet/ietoolbar-images/*.gif",
    "img/*.png",
    "icon16.png",
    "share-gbuzz-loading.html",
    "img/scrennshot-editpanel/*.png",
    "img/PDF/*.png",
    "img/popup-image/*.png",
    "img/popup-image/*.gif",
    "img/scrennshot-editpanel/*.png",
    "img/popup-image/*.png",
    "img/tutorial/*.png",
    "img/tutorial/*.jpg",
    "img/searchAll/favicons/*.ico",
    "img/searchAll/favicons/*.gif",
    "img/searchAll/favicons/*.png",
    "img/searchAll/*.png",
    "/icon32.png",
    "/icon16.png",
    "img/outliner-icon.png",
    "img/[email protected]",
    "reader.html",
    "process.html",
    "screenshot-frame.html",
    "bookmark-window.html"
  ]
}