Online Drawing - Sketchpad

Online Drawing - Sketchpad

Online drawing tool is a web application for sketching your ideas anywhere with three tools Line, Pencil & Rectangle.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Online Drawing - Sketchpad",
  "version": "2.2",
  "description": "Online drawing tool is a web application for sketching your ideas anywhere with three tools Line, Pencil & Rectangle.",
  "icons": {
    "16": "icon.png",
    "48": "icon.png",
    "128": "icon.png"
  },
  "homepage_url": "https://drawingpad.chromecrxstore.com/",
  "browser_action": {
    "default_icon": "icon.png",
    "default_title": "Online Drawing - Sketchpad"
  },
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  }
}