SelfEyes Toolkit

SelfEyes Toolkit

SelfEyes Toolkit, WebPage to PDF, WebPage to Image

Merlin
Additional files are visible only to premium users

manifest.json


{
  "author": "SelfEyes.com",
  "background": {
    "page": "background.html"
  },
  "content_scripts": [
    {
      "matches": [
        "http://*/*",
        "https://*/*",
        "file:///*",
        "https://chrome.google.com/webstore/detail/*"
      ],
      "js": [
        "content_scripts.js"
      ],
      "run_at": "document_end"
    }
  ],
  "browser_action": {
    "default_icon": "logo128.png",
    "default_title": "__MSG_default_title__"
  },
  "default_locale": "en",
  "description": "__MSG_extDesc__",
  "icons": {
    "16": "logo32.png",
    "20": "logo20.png",
    "32": "logo32.png",
    "48": "logo48.png",
    "64": "logo64.png",
    "128": "logo128.png"
  },
  "manifest_version": 2,
  "minimum_chrome_version": "32.0",
  "name": "__MSG_extName__",
  "options_page": "options.html",
  "web_accessible_resources": [
    "/libs/jquery-ui-1.9.2.custom.min.css",
    "/css/pagestyles.css",
    "/css/dialog.css",
    "/libs/gapi.js",
    "/libs/jquery.js",
    "/js/dialog.js"
  ],
  "permissions": [
    "contextMenus",
    "tabs",
    "downloads",
    "pageCapture",
    "storage",
    "http://*/*",
    "https://*/*",
    "file:///*",
    "*://*/*",
    "activeTab",
    "activeTab",
    "storage"
  ],
  "optional_permissions": [
    "<all_urls>"
  ],
  "update_url": "https://clients2.google.com/service/update2/crx",
  "version": "4.0.0.3"
}