Embroidery Screenshot

Embroidery Screenshot

Demonstrate screenshot functionality in the browser tab

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "Embroidery Screenshot",
  "version": "1.3",
  "description": "Demonstrate screenshot functionality in the browser tab",
  "background": {
    "persistent": false,
    "scripts": [
      "background.js"
    ]
  },
  "browser_action": {
    "default_icon": "camera.png",
    "default_title": "Embroidery Screenshot"
  },
  "permissions": [
    "activeTab"
  ],
  "manifest_version": 2,
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}