Paint Online

Paint Online

Create fun drawings directly on web pages using the paint tool. Take a screenshot when you want to save your work.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "background": {
    "page": "Background.html"
  },
  "browser_action": {
    "default_icon": "/new_icons/logo/48.png",
    "default_title": "Paint on Tab Tool"
  },
  "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
  "default_locale": "en",
  "description": "__MSG_appDesc__",
  "icons": {
    "16": "/new_icons/logo/16.png",
    "48": "/new_icons/logo/48.png",
    "128": "/new_icons/logo/128.png"
  },
  "manifest_version": 2,
  "name": "__MSG_appName__",
  "options_page": "options.html",
  "permissions": [
    "<all_urls>",
    "webRequest",
    "webRequestBlocking"
  ],
  "update_url": "https://clients2.google.com/service/update2/crx",
  "version": "1.8"
}