EasyJoin

EasyJoin

Right-click on text and links to send them from the browser to the EasyJoin app

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "EasyJoin",
  "short_name": "EasyJoin",
  "version": "1.6",
  "description": "Right-click on text and links to send them from the browser to the EasyJoin app",
  "homepage_url": "https://easyjoin.net",
  "icons": {
    "16": "icons/16.png",
    "24": "icons/24.png",
    "48": "icons/48.png",
    "96": "icons/96.png"
  },
  "background": {
    "service_worker": "easyjoin.js"
  },
  "action": {
    "default_icon": "icons/24.png",
    "default_popup": "html/popup.html"
  },
  "permissions": [
    "contextMenus"
  ]
}