BrowserFairy

BrowserFairy

This extension allows you to send the current page to a different browser using the macOS App BrowserFairy

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 3,
  "name": "BrowserFairy",
  "author": "venqoo GmbH",
  "description": "This extension allows you to send the current page to a different browser using the macOS App BrowserFairy",
  "version": "2.0.2",
  "background": {
    "service_worker": "background.js"
  },
  "icons": {
    "16": "images/icon16.png",
    "48": "images/icon48.png",
    "128": "images/icon128.png"
  },
  "permissions": [
    "activeTab",
    "contextMenus",
    "nativeMessaging"
  ],
  "action": {
    "default_title": "BrowserFairy",
    "default_icon": {
      "16": "images/icon16.png",
      "24": "images/icon24.png",
      "32": "images/icon32.png"
    }
  },
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}