DiscoverApp

DiscoverApp

Capture Web page and image from your screen.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "background": {
    "scripts": [
      "scripts/fsUtils.js",
      "scripts/fsCommands.js",
      "scripts/fsBackground.js",
      "scripts/fsSSS.js",
      "scripts/fsPDF.js",
      "scripts/fsNativeAPISupport.js"
    ]
  },
  "browser_action": {
    "default_icon": "images/sss_19.png",
    "default_popup": "fsPopup.html",
    "default_title": "DiscoverApp"
  },
  "commands": {
    "last-used-action": {
      "description": "__MSG_options_label_last_action_hotkey__",
      "suggested_key": {
        "default": "Ctrl+Shift+Y",
        "mac": "Command+Shift+Y"
      }
    }
  },
  "default_locale": "en",
  "description": "Capture Web page and image from your screen.",
  "icons": {
    "16": "images/sss_16.png",
    "32": "images/sss_32.png",
    "48": "images/sss_48.png",
    "128": "images/sss_128.png"
  },
  "manifest_version": 2,
  "name": "DiscoverApp",
  "offline_enabled": true,
  "optional_permissions": [
    "tabs",
    "<all_urls>",
    "downloads"
  ],
  "options_page": "fsOptions.html",
  "permissions": [
    "http://*/*",
    "https://*/*",
    "<all_urls>",
    "downloads",
    "cookies",
    "<all_urls>",
    "tabs",
    "activeTab",
    "unlimitedStorage",
    "contextMenus",
    "<all_urls>"
  ],
  "short_name": "DiscoverApp",
  "version": "8.0.0",
  "web_accessible_resources": [
    "images/*.gif"
  ]
}