Drop everywhere

Drop everywhere

Easily transfer text and files between your devices.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "Drop everywhere",
  "version": "1.5",
  "manifest_version": 3,
  "description": "Easily transfer text and files between your devices.",
  "host_permissions": [
    "https://dropew.com/*"
  ],
  "action": {
    "default_icon": "drop.png"
  },
  "background": {
    "service_worker": "background.js"
  },
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}