QuickOWL

QuickOWL

Quickly Open Web Links using custom contextmenu with selected text as input

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "QuickOWL",
  "description": "Quickly Open Web Links using custom contextmenu with selected text as input",
  "version": "0.3.2",
  "manifest_version": 3,
  "icons": {
    "512": "icons/link-solid.png"
  },
  "background": {
    "service_worker": "background.js"
  },
  "options_page": "options.html",
  "action": {
    "default_popup": "popup.html"
  },
  "permissions": [
    "contextMenus",
    "storage",
    "unlimitedStorage",
    "downloads"
  ],
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}