SpeeDoodle

SpeeDoodle

Allows the user to doodle using the mouse on a new tab page and provides options to download and copy the doodle.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "SpeeDoodle",
  "description": "Allows the user to doodle using the mouse on a new tab page and provides options to download and copy the doodle.",
  "version": "1.1.2",
  "icons": {
    "16": "icon16.png",
    "48": "icon48.png",
    "128": "icon128.png"
  },
  "background": {
    "scripts": [
      "jquery-3.3.1.min.js",
      "clipboard.min.js",
      "spectrum.js",
      "background.js"
    ]
  },
  "chrome_url_overrides": {
    "newtab": "doodlespace.html"
  },
  "permissions": [
    "clipboardWrite"
  ]
}