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


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "QuickOWL",
  "description": "Quickly Open Web Links using custom contextmenu with selected text as input",
  "version": "0.3.1",
  "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"
  ]
}