Annotate the Web

Annotate the Web

Annotate on any webpage and save it as a screenshot!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "background": {
    "persistent": false,
    "scripts": [
      "js/background.js"
    ]
  },
  "browser_action": {
    "default_icon": "icons/icon.png",
    "default_title": "Annotate the Web"
  },
  "content_security_policy": "script-src 'self' https://ssl.google-analytics.com; object-src 'self'",
  "description": "Annotate on any webpage and save it as a screenshot!",
  "icons": {
    "128": "icons/image.png"
  },
  "manifest_version": 2,
  "name": "Annotate the Web",
  "offline_enabled": true,
  "options_page": "about.html",
  "permissions": [
    "activeTab",
    "storage"
  ],
  "update_url": "https://clients2.google.com/service/update2/crx",
  "version": "2.0",
  "web_accessible_resources": [
    "tools/pen.png",
    "tools/eraser.png",
    "tools/save.png",
    "tools/pointer.png",
    "css/main.css"
  ]
}