Wandify extension

Wandify extension

🪄 Wandify is the smartest platform to find the most accurate email address and phone number of nearly anyone in one click.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "__MSG_extensionName__",
  "description": "__MSG_extensionDescription__",
  "version": "1.0.12",
  "default_locale": "en",
  "background": {
    "service_worker": "service-worker-wrapper.js"
  },
  "icons": {
    "16": "icons/favicon-16x16.png",
    "32": "icons/favicon-32x32.png",
    "256": "icons/favicon-large-transparent.png"
  },
  "action": {
    "default_icon": "icons/favicon-large-transparent.png",
    "default_popup": "popup.html",
    "default_title": "Wandify"
  },
  "permissions": [
    "webNavigation",
    "storage",
    "scripting"
  ],
  "host_permissions": [
    "https://media-exp1.licdn.com/*",
    "https://wandify.io/*",
    "https://www.linkedin.com/",
    "https://*.linkedin.com/",
    "https://github.com/*",
    "https://stackoverflow.com/",
    "https://*.stackoverflow.com/"
  ],
  "content_scripts": [
    {
      "matches": [
        "https://*.linkedin.com/*"
      ],
      "js": [
        "content-script.js",
        "runtime.js"
      ]
    }
  ],
  "externally_connectable": {
    "matches": [
      "https://wandify.io/*"
    ]
  },
  "web_accessible_resources": [
    {
      "resources": [
        "bundle.js",
        "content-script.js",
        "runtime.js",
        "confirmation-content-script.js",
        "styles.css",
        "zone-js-dist-zone.js",
        "node_modules_zone_js_dist_zone_js.js",
        "int.js",
        "ProximaNova-Bold.woff2",
        "ProximaNova-Bold.woff",
        "ProximaNova-Semibold.woff2",
        "ProximaNova-Semibold.woff",
        "ProximaNova-Regular.woff2",
        "ProximaNova-Regular.woff"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ]
}