SEOReseller Lead Finder Chrome Plugin

SEOReseller Lead Finder Chrome Plugin

SEOReseller Lead Finder Chrome Plugin

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "SEOReseller Lead Finder Chrome Plugin",
  "version": "1.2.04",
  "description": "SEOReseller Lead Finder Chrome Plugin",
  "options_page": "options.html",
  "permissions": [
    "https://account.seoreseller.com/",
    "https://api.accesshub.co/",
    "activeTab"
  ],
  "background": {
    "scripts": [
      "js/jquery-3.5.1.min.js",
      "js/background.js",
      "js/unserialize.js"
    ],
    "persistent": true
  },
  "externally_connectable": {
    "matches": [
      "*://*.seoreseller.com/*"
    ]
  },
  "browser_action": {
    "default_popup": "popup.html",
    "default_icon": {
      "16": "images/logo-inactive_16.png",
      "32": "images/logo-inactive_32.png",
      "48": "images/logo-inactive_48.png",
      "128": "images/logo-inactive_128.png"
    }
  },
  "icons": {
    "16": "images/logo_16.png",
    "32": "images/logo_32.png",
    "48": "images/logo_48.png",
    "128": "images/logo_128.png"
  },
  "manifest_version": 2
}