TinySketch tool for Edge

TinySketch tool for Edge

Create and save drawings at the click of a button.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "name": "TinySketch tool for Edge",
  "short_name": "TinySketch",
  "version": "1.0",
  "description": "Create and save drawings at the click of a button.",
  "background": {
    "scripts": [
      "sketch.js",
      "floodfill.min.js"
    ]
  },
  "icons": {
    "16": "icons/icon16.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "permissions": [
    "storage"
  ],
  "browser_action": {
    "default_title": "TinySketch tool for Edge",
    "default_popup": "popup.html"
  },
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}