Good Annotations, Screenshot Capture

Good Annotations, Screenshot Capture

Capture, annotate and share screenshots directly from your browser.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "__MSG_appName__",
  "description": "__MSG_appDesc__",
  "default_locale": "en",
  "short_name": "Good Annotations",
  "homepage_url": "https://www.goodannotations.com",
  "version": "1.0.0",
  "permissions": [
    "contextMenus",
    "activeTab",
    "https://www.goodannotations.com/"
  ],
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "browser_action": {},
  "commands": {},
  "icons": {
    "16": "images/logo16.png",
    "32": "images/logo32.png",
    "48": "images/logo48.png",
    "128": "images/logo128.png"
  },
  "manifest_version": 2
}