PolySwarm NectarNet

PolySwarm NectarNet

Earn NCT tokens browsing the internet.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "description": "Earn NCT tokens browsing the internet.",
  "version": "1.1.4",
  "manifest_version": 3,
  "name": "PolySwarm NectarNet",
  "background": {
    "service_worker": "background.bundle.js"
  },
  "permissions": [
    "webNavigation",
    "webRequest",
    "storage",
    "notifications"
  ],
  "host_permissions": [
    "<all_urls>"
  ],
  "action": {
    "default_popup": "popup.html",
    "default_icon": "icon-34.png"
  },
  "icons": {
    "128": "icon-128.png"
  },
  "content_scripts": [],
  "web_accessible_resources": [
    {
      "resources": [
        "icon-128.png",
        "icon-34.png"
      ],
      "matches": []
    }
  ]
}