Mirror Page

Mirror Page

Mirrors the page when you click the icon

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Mirror Page",
  "action": {},
  "manifest_version": 3,
  "version": "0.1",
  "description": "Mirrors the page when you click the icon",
  "permissions": [
    "activeTab",
    "scripting"
  ],
  "background": {
    "service_worker": "background.js"
  }
}