Waalaxy - LinkedIn Automation Tool

Waalaxy - LinkedIn Automation Tool

Make LinkedIn your No. 1 acquisition channel with Waalaxy. Automated prospecting and recruitment made easy

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_appName__",
  "description": "__MSG_appDesc__",
  "default_locale": "en",
  "version": "1.3.76",
  "author": "waalaxy.com",
  "homepage_url": "https://www.waalaxy.com",
  "permissions": [
    "scripting",
    "storage",
    "alarms",
    "cookies",
    "tabs",
    "notifications",
    "declarativeNetRequest",
    "declarativeNetRequestFeedback",
    "webRequest"
  ],
  "host_permissions": [
    "https://www.linkedin.com/*",
    "https://realtime.www.linkedin.com/*",
    "https://app.waalaxy.com/*",
    "https://blog.waalaxy.com/*",
    "https://www.waalaxy.com/*",
    "https://staging-landing-waalaxy.herokuapp.com/*",
    "https://blog.prospectin.fr/*",
    "https://www.waal.ink/*",
    "https://staging-wraith-api.herokuapp.com/*"
  ],
  "content_scripts": [
    {
      "js": [
        "content-script.cjs"
      ],
      "matches": [
        "https://www.linkedin.com/*"
      ],
      "run_at": "document_end"
    }
  ],
  "background": {
    "service_worker": "background.js",
    "type": "module"
  },
  "action": {
    "default_icon": {
      "16": "assets/16x16.png",
      "32": "assets/32x32.png",
      "48": "assets/48x48.png",
      "128": "assets/128x128.png"
    },
    "default_popup": "./injections/popup/index.html"
  },
  "icons": {
    "16": "assets/16x16.png",
    "32": "assets/32x32.png",
    "48": "assets/48x48.png",
    "128": "assets/128x128.png"
  },
  "web_accessible_resources": [
    {
      "matches": [
        "https://www.linkedin.com/*"
      ],
      "resources": [
        "assets/*",
        "injections/popup/*",
        "injections/feed-import-button/*",
        "injections/regular-search-import-button/*",
        "injections/group-import-button/*",
        "injections/event-import-button/*",
        "injections/bf-pub/*",
        "injections/my-network-button/*",
        "injections/inbox-pub/*"
      ]
    },
    {
      "matches": [
        "https://www.waalaxy.com/*"
      ],
      "resources": [
        "assets/*"
      ]
    }
  ],
  "externally_connectable": {
    "matches": [
      "*://localhost/*",
      "*://127.0.0.1/*",
      "https://app.waalaxy.com/*",
      "https://ambassadors.waalaxy.com/*",
      "https://alpha-mystique.herokuapp.com/*",
      "https://beta-mystique.herokuapp.com/*",
      "https://delta-mystique.herokuapp.com/*",
      "https://epsilon-mystique.herokuapp.com/*",
      "https://gamma-mystique.herokuapp.com/*",
      "https://kappa-mystique.herokuapp.com/*",
      "https://lambda-mystique.herokuapp.com/*",
      "https://omega-mystique.herokuapp.com/*",
      "https://palpatine-front-revenant.herokuapp.com/*",
      "https://zeta-mystique.herokuapp.com/*",
      "https://sigma-mystique.herokuapp.com/*",
      "https://theta-mystique.herokuapp.com/*",
      "https://iota-mystique.herokuapp.com/*",
      "https://psi-mystique.herokuapp.com/*",
      "https://nu-mystique.herokuapp.com/*",
      "https://mu-mystique.herokuapp.com/*",
      "https://chi-mystique.herokuapp.com/*",
      "https://rho-mystique.herokuapp.com/*",
      "https://alpha-palpatine-front.herokuapp.com/*",
      "https://beta-palpatine-front.herokuapp.com/*",
      "https://delta-palpatine-front.herokuapp.com/*",
      "https://epsilon-palpatine-front.herokuapp.com/*",
      "https://gamma-palpatine-front.herokuapp.com/*",
      "https://kappa-palpatine-front.herokuapp.com/*",
      "https://lambda-palpatine-front.herokuapp.com/*",
      "https://omega-palpatine-front.herokuapp.com/*",
      "https://zeta-palpatine-front.herokuapp.com/*",
      "https://sigma-palpatine-front.herokuapp.com/*",
      "https://theta-palpatine-front.herokuapp.com/*",
      "https://iota-palpatine-front.herokuapp.com/*",
      "https://psi-palpatine-front.herokuapp.com/*",
      "https://nu-palpatine-front.herokuapp.com/*",
      "https://mu-palpatine-front.herokuapp.com/*",
      "https://chi-palpatine-front.herokuapp.com/*",
      "https://rho-palpatine-front.herokuapp.com/*",
      "https://faker-mystique-ed95cc6e4b08.herokuapp.com/*"
    ]
  }
}