Sphaxx

Sphaxx

Free Linkedin Automation Tool

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Sphaxx",
  "description": "Free Linkedin Automation Tool",
  "version": "1.6.7",
  "permissions": [
    "storage",
    "cookies",
    "tabs",
    "webNavigation",
    "https://www.linkedin.com/*",
    "https://sphaxx-five.vercel.app/*",
    "https://sphaxx-five.vercel.app/*"
  ],
  "background": {
    "scripts": [
      "./bg.js"
    ],
    "persistent": false
  },
  "browser_action": {
    "default_popup": "popup.html",
    "default_icon": "sphaxx16.png"
  },
  "icons": {
    "16": "sphaxx16.png",
    "32": "32.png",
    "48": "48.png",
    "128": "sphaxx128.png"
  },
  "manifest_version": 2
}