Paint

Paint

Add text, draw shapes, paint lines, paint curves, draw arrows on pages in real time. Take screenshots share or print it. Paint Web!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "background": {
    "page": "Background.html"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "/js/screen.js"
      ]
    }
  ],
  "browser_action": {
    "default_icon": "images/icon38.png",
    "name": "__MSG_name__",
    "description": "__MSG_description__"
  },
  "default_locale": "en",
  "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
  "name": "__MSG_name__",
  "description": "__MSG_description__",
  "icons": {
    "16": "images/icon16.png",
    "48": "images/icon48.png",
    "128": "images/icon128.png"
  },
  "manifest_version": 2,
  "options_page": "options.html",
  "permissions": [
    "tabs",
    "<all_urls>",
    "storage",
    "webRequest",
    "webRequestBlocking"
  ],
  "update_url": "https://clients2.google.com/service/update2/crx",
  "version": "1.4.10",
  "web_accessible_resources": [
    "images/*",
    "fonts/*"
  ]
}