Screenshot Tool & Editor

Screenshot Tool & Editor

Crop, Print, Write, Draw and Download your Screenshots

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Screenshot Tool & Editor",
  "version": "1.7",
  "manifest_version": 2,
  "default_locale": "en",
  "description": "Crop, Print, Write, Draw and Download your Screenshots",
  "browser_action": {
    "default_icon": "mixed_files/deta.png",
    "default_popup": "popup_win.html"
  },
  "background": {
    "scripts": [
      "mixed_files/chrome.js"
    ]
  },
  "icons": {
    "128": "mixed_files/deta.png"
  },
  "permissions": [
    "<all_urls>",
    "storage",
    "downloads"
  ],
  "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'"
}