ResizeEdgeWidth

ResizeEdgeWidth

Resize Microsoft Edge window width.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 3,
  "name": "ResizeEdgeWidth",
  "version": "20.1",
  "description": "Resize Microsoft Edge window width.",
  "icons": {
    "32": "rw32.png"
  },
  "background": {
    "service_worker": "background.js"
  },
  "action": {
    "default_icon": "rw32.png",
    "default_title": "ResizeEdgeWidth",
    "default_popup": "popup.html"
  },
  "permissions": [
    "tabs"
  ],
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}