MyScreenshot.io - Screenshot Capture Tool

MyScreenshot.io - Screenshot Capture Tool

The easiest way to capture, customize and share your screenshots without leaving your browser.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "MyScreenshot.io - Screenshot Capture Tool",
  "short_name": "MyScreenshot.io",
  "description": "The easiest way to capture, customize and share your screenshots without leaving your browser.",
  "homepage_url": "https://myscreenshot.io",
  "icons": {
    "16": "icons/16.png",
    "48": "icons/48.png",
    "128": "icons/128.png"
  },
  "permissions": [
    "activeTab",
    "<all_urls>",
    "*://*/*",
    "tabs",
    "storage",
    "unlimitedStorage",
    "downloads",
    "webRequest",
    "webRequestBlocking",
    "notifications"
  ],
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": true
  },
  "browser_action": {
    "default_popup": "popup/popup.html",
    "default_title": "MyScreenshot.io - Screenshot Capture Tool",
    "default_icon": {
      "19": "icons/19.png",
      "38": "icons/38.png"
    }
  },
  "commands": {
    "CAPTURE_ENTIRE_PAGE": {
      "suggested_key": {
        "default": "Ctrl+Shift+1",
        "mac": "MacCtrl+Shift+1"
      },
      "description": "Capture entire page"
    },
    "CAPTURE_VISIBLE_PART": {
      "suggested_key": {
        "default": "Ctrl+Shift+2",
        "mac": "MacCtrl+Shift+2"
      },
      "description": "Capture visible part"
    },
    "CAPTURE_SELECTION": {
      "suggested_key": {
        "default": "Ctrl+Shift+3",
        "mac": "MacCtrl+Shift+3"
      },
      "description": "Capture selection"
    },
    "OPEN_HISTORY_PAGE": {
      "suggested_key": {
        "default": "Ctrl+Shift+H",
        "mac": "MacCtrl+Shift+H"
      },
      "description": "Open history"
    }
  },
  "version": "1.4.3"
}