Edit or Copy WebPage

Edit or Copy WebPage

Edit or Copy WebPage by one click

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "__MSG_appName__",
  "description": "__MSG_appDesc__",
  "default_locale": "zh_CN",
  "action": {
    "default_title": "TEST"
  },
  "manifest_version": 3,
  "version": "0.1.2",
  "permissions": [
    "activeTab",
    "scripting",
    "notifications"
  ],
  "background": {
    "service_worker": "background.js"
  },
  "icons": {
    "16": "icon/v1.2.png",
    "32": "icon/[email protected]",
    "48": "icon/[email protected]",
    "128": "icon/[email protected]"
  },
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}