Send URL by Email

Send URL by Email

Send URL by Email from Toolbar

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "__MSG_extname__",
  "version": "2.0.0",
  "description": "__MSG_extdesc__",
  "icons": {
    "16": "icon16.png",
    "48": "icon48.png",
    "128": "icon128.png"
  },
  "default_locale": "en",
  "permissions": [
    "tabs"
  ],
  "background": {
    "service_worker": "service_worker.js"
  },
  "action": {
    "default_icon": {
      "16": "icon16.png"
    },
    "default_title": "__MSG_extaction__"
  }
}