Web paint tool - Drawww

Web paint tool - Drawww

Draw shapes, lines, add text to live web pages. Annotate online, take screenshot, download PNG, share with friends. Page marker

Merlin
Additional files are visible only to premium users

manifest.json


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