Examine source code of Embroidery Screenshot

Inspect and view changes in Embroidery Screenshot source codes across current and past versions
Premium users can view and search full source code, and see the source code differences between two versions.
Upgrade to premium
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"
}