Nuclia tools

Nuclia tools

Upload web content to Nuclia search engine

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Nuclia tools",
  "description": "Upload web content to Nuclia search engine",
  "version": "0.0.5",
  "manifest_version": 3,
  "icons": {
    "16": "icons/icon16.png",
    "32": "icons/icon32.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "permissions": [
    "storage",
    "contextMenus",
    "tabs",
    "notifications"
  ],
  "host_permissions": [
    "https://www.youtube.com/"
  ],
  "background": {
    "service_worker": "background.js"
  },
  "options_ui": {
    "page": "options/options.html",
    "open_in_tab": true
  },
  "web_accessible_resources": [
    {
      "resources": [
        "options/options.html"
      ],
      "matches": [
        "http://localhost:4200/*",
        "https://stashify.cloud/*",
        "https://nuclia.cloud/*"
      ]
    }
  ]
}