Smartshot - Easy Screenshot

Smartshot - Easy Screenshot

Take awesome screenshots of entire websites and capture page elements. No sign up. Offline. By Conceptboard

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "default_locale": "en",
  "name": "__MSG_name__",
  "short_name": "smartshot easy screenshot",
  "description": "__MSG_description__",
  "version": "3.0.6",
  "minimum_chrome_version": "41",
  "offline_enabled": true,
  "icons": {
    "16": "icon_16.png",
    "48": "icon_48.png",
    "128": "icon_128.png"
  },
  "browser_action": {
    "default_title": "Full Page Screenshot",
    "default_icon": {
      "38": "icon_38.png"
    },
    "default_popup": "main.html"
  },
  "permissions": [
    "activeTab",
    "storage",
    "http://*/*",
    "https://*/*",
    "unlimitedStorage",
    "webRequest",
    "webRequestBlocking"
  ],
  "background": {
    "scripts": [
      "js/backgroundPage.js",
      "js/lib-util.js",
      "js/jquery.js",
      "js/jquery.md5.js"
    ],
    "persistent": true
  },
  "content_security_policy": "script-src 'self' 'unsafe-eval' https://matomo.getsmartshot.com https://www.google-analytics.com; object-src 'self'"
}