SandyImg - ScreenShot Tool

SandyImg - ScreenShot Tool

Simple and convenient screenshot tool. Select an area, edit your screenshot and upload it to the server.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "__MSG_screenshotplugin_name__",
  "default_locale": "en",
  "icons": {
    "19": "/assets/img/icon19.png",
    "24": "/assets/img/icon24.png",
    "32": "/assets/img/icon32.png",
    "38": "/assets/img/icon38.png",
    "128": "/assets/img/icon128.png",
    "256": "/assets/img/icon256.png"
  },
  "author": "SandyImg",
  "background": {
    "persistent": true,
    "scripts": [
      "/libs/jquery-3.6.0.min.js",
      "/libs/event.js"
    ]
  },
  "version": "1.0.0.5",
  "manifest_version": 2,
  "permissions": [
    "<all_urls>",
    "activeTab",
    "storage",
    "unlimitedStorage",
    "notifications",
    "clipboardWrite",
    "downloads",
    "cookies",
    "webRequest",
    "webRequestBlocking"
  ],
  "browser_action": {
    "default_icon": {
      "19": "/assets/img/icon19.png",
      "38": "/assets/img/icon38.png"
    },
    "default_title": "__MSG_screenshotplugin_default_title__"
  },
  "description": "__MSG_screenshotplugin_short_description__"
}