Popup Sketcher Canvax

Popup Sketcher Canvax

Sketch and save artworks. Unlock your creativity

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "Popup Sketcher Canvax",
  "short_name": "Sketcher",
  "version": "1.0.0.0",
  "description": "Sketch and save artworks. Unlock your creativity",
  "manifest_version": 3,
  "icons": {
    "16": "icons/icon16.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "action": {
    "default_popup": "popup.html",
    "default_title": "Sketcher Canvax"
  },
  "options_page": "./options/options.html",
  "background": {
    "service_worker": "background.js"
  },
  "permissions": [
    "storage"
  ],
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}