Itsosticky screen capture

Itsosticky screen capture

Itsosticky screen capture

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Itsosticky screen capture",
  "short_name": "Itsosticky",
  "version": "0.1",
  "description": "Itsosticky screen capture",
  "author": "Itsosticky",
  "browser_action": {
    "default_icon": "icons/itso_icon_16_off.png",
    "default_title": "Itsosticky screen capture"
  },
  "background": {
    "scripts": [
      "script/itso_background.js"
    ]
  },
  "permissions": [
    "<all_urls>"
  ],
  "web_accessible_resources": [
    "media/icon_close.svg",
    "media/icon_select.svg",
    "media/logo_itsosticky.svg"
  ],
  "commands": {
    "_execute_browser_action": {
      "suggested_key": {
        "windows": "Ctrl+Shift+S",
        "mac": "Command+Shift+S",
        "chromeos": "Ctrl+Shift+S",
        "linux": "Ctrl+Shift+S"
      }
    }
  },
  "icons": {
    "16": "icons/icon_16.png",
    "48": "icons/icon_48.png",
    "128": "icons/icon_128.png"
  }
}