Native Current - Keyword Database

Native Current - Keyword Database

The boolean keyword search database that works on every site you do. Import all your searches then use them in any search field.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Native Current - Keyword Database",
  "description": "The boolean keyword search database that works on every site you do.  Import all your searches then use them in any search field.",
  "version": "9.0.1",
  "manifest_version": 3,
  "icons": {
    "16": "nc_icon.png",
    "128": "nc_icon.png"
  },
  "permissions": [
    "activeTab",
    "contextMenus",
    "storage",
    "scripting"
  ],
  "optional_permissions": [
    "tabs"
  ],
  "optional_host_permissions": [
    "*://*/*"
  ],
  "content_security_policy": {
    "extension_pages": "script-src 'self'; object-src 'self'"
  },
  "background": {
    "service_worker": "background-script.js"
  },
  "action": {
    "default_title": "Options"
  },
  "externally_connectable": {
    "matches": [
      "https://extensions.nativecurrent.com/*"
    ]
  }
}