NICKLpass - No news paywalls, Save money

NICKLpass - No news paywalls, Save money

NICKLpass enables you to access news and information with one account and one payment. We sell our product to enterprises that have…

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "NICKLpass - No news paywalls, Save money",
  "version": "5.5.12",
  "action": {
    "default_popup": "index.html"
  },
  "background": {
    "service_worker": "service-worker.js"
  },
  "content_scripts": [
    {
      "js": [
        "jquery-3.6.0.min.js",
        "content-bundle.js"
      ],
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "permissions": [
        "debugger"
      ]
    }
  ],
  "icons": {
    "16": "images/NICKLpass_icon_16.png",
    "48": "images/NICKLpass_icon_48.png",
    "128": "images/NICKLpass_icon_128.png"
  },
  "permissions": [
    "storage",
    "tabs",
    "privacy",
    "debugger",
    "cookies"
  ],
  "host_permissions": [
    "<all_urls>"
  ],
  "externally_connectable": {
    "matches": [
      "*://*.lvh.me/*",
      "*://nickl-backend-staging.herokuapp.com/*",
      "*://*.nicklpass.com/*"
    ]
  },
  "web_accessible_resources": [
    {
      "resources": [
        "images/NICKLpass_icon.svg",
        "images/wrench.svg",
        "images/copy.svg",
        "images/google-logo.png"
      ],
      "extension_ids": [
        "edcoecjbckgpokngfflempgihpnhadoa"
      ]
    }
  ]
}