Web Paint

Web Paint

Web Paint can draw shapes and add texts to any website. Take screenshot using Web Paint!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "background": {
    "persistent": false,
    "scripts": [
      "/lib/jquery.min.js",
      "/background/background.js"
    ]
  },
  "browser_action": {
    "default_icon": {},
    "default_title": "Web Paint"
  },
  "description": "Web Paint can draw shapes and add texts to any website. Take screenshot using Web Paint!",
  "icons": {
    "16": "images/icon16.png",
    "48": "images/icon48.png",
    "128": "images/icon128.png"
  },
  "manifest_version": 2,
  "name": "Web Paint",
  "options_page": "/background/options.html",
  "permissions": [
    "storage",
    "activeTab"
  ],
  "short_name": "Web Paint",
  "version": "1.3.2",
  "web_accessible_resources": [
    "/lib/jquery.min.js"
  ]
}