Screenshot Master: Full Page Capture

Screenshot Master: Full Page Capture

Easy, free and full-featured screenshot app to capture, edit and save your screenshots effortlessly.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "background": {
    "page": "background.html",
    "persistent": true
  },
  "browser_action": {
    "default_icon": {
      "128": "logo.png"
    }
  },
  "content_scripts": [
    {
      "js": [
        "content_script.js"
      ],
      "matches": [
        "<all_urls>"
      ],
      "run_at": "document_start"
    }
  ],
  "default_locale": "en",
  "description": "__MSG_desc__",
  "icons": {
    "128": "logo.png"
  },
  "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAlUgXV6O0ooe9lz+0zV+xwCyqjc2f8swWTZRcItbVtyRznni+eaRjCHGHDQ143+w7hSr8EgDc9BQTi4NmfOqPs9/7UWAoyAj+gNsl/9Qbi/wuRg8s0PSCTM9fkt3sgokhpNBDaX5YgzkQ6uhTgJBPeJosT5S3Qs2Q1xR+r8dGF+ECWUUNu8GaRF25DzM1WUB5okyiks/tsp+TwvlQkPCmU7RlwmmQI7ogM2qBYR0mO3rvPu6jL+6BIBMi/UQAo332VYStp2wJJXauZq/PcxrZyNE9J389P7qCy7RXcS9T7tIafkyGwSYEmA9Hlhws9L2tI0fo4x8iHt8eGJxMaGudnwIDAQAB",
  "manifest_version": 2,
  "name": "__MSG_name__",
  "permissions": [
    "storage",
    "notifications",
    "contextMenus",
    "<all_urls>"
  ],
  "short_name": "__MSG_name__",
  "update_url": "https://clients2.google.com/service/update2/crx",
  "version": "1.5",
  "web_accessible_resources": [
    "capture.html",
    "capture.js"
  ]
}