NonRival Data

NonRival Data

Consumer information and their privacy are important — to you and to us.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "NonRival Data",
  "version": "0.5.1",
  "description": "Consumer information and their privacy are important — to you and to us.",
  "background": {
    "service_worker": "serviceWorker.js"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "jquery.js",
        "content.js",
        "BS4JS.js",
        "crypto.js"
      ]
    }
  ],
  "icons": {
    "16": "assets/logo2.png",
    "48": "assets/logo2.png",
    "128": "assets/logo2.png"
  },
  "action": {
    "default_popup": "popup.html",
    "default_icon": "assets/logo2.png"
  },
  "permissions": [
    "tabs",
    "geolocation",
    "history",
    "storage"
  ],
  "host_permissions": [
    "http://my.nonrivaldata.com:3000/",
    "*://*/*"
  ]
}