YieldNodes Legal

YieldNodes Legal

YieldNodes Legal account verification, reporting, and participation.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "YieldNodes Legal",
  "description": "YieldNodes Legal account verification, reporting, and participation.",
  "version": "3.0.3",
  "icons": {
    "128": "images/ynl-extension-icon.png"
  },
  "permissions": [
    "tabs",
    "storage",
    "webRequest"
  ],
  "host_permissions": [
    "*://*.yieldnodes.com/"
  ],
  "action": {
    "default_title": "YieldNodes Legal",
    "default_popup": "popup.html"
  },
  "background": {
    "service_worker": "background.js"
  }
}