Lightshot (screenshot tool)

Lightshot (screenshot tool)

Easy and convenient screenshot tool. Allows you to make screenshots of any selected area (video and flash too), edit and upload it to server.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "__MSG_screenshotplugin_name__",
  "default_locale": "en",
  "icons": {
    "19": "img/icon19.png",
    "24": "img/icon24.png",
    "32": "img/icon32.png",
    "38": "img/icon38.png",
    "128": "img/icon128.png",
    "256": "img/icon256.png"
  },
  "author": "http://app.prntscr.com/",
  "background": {
    "persistent": false,
    "scripts": [
      "libs/jquery-3.2.1.min.js",
      "event.js"
    ]
  },
  "version": "6.2.5resigned1",
  "manifest_version": 2,
  "permissions": [
    "<all_urls>",
    "tabs",
    "activeTab",
    "storage",
    "unlimitedStorage",
    "notifications",
    "clipboardWrite",
    "downloads",
    "cookies"
  ],
  "browser_action": {
    "default_icon": {
      "19": "img/icon19.png",
      "38": "img/icon38.png"
    },
    "default_title": "__MSG_screenshotplugin_default_title__"
  },
  "description": "__MSG_screenshotplugin_short_description__",
  "browser_specific_settings": {
    "gecko": {
      "id": "{394DCBA4-1F92-4f8e-8EC9-8D2CB90CB69B}"
    }
  }
}