Humanlinker

Humanlinker

Thanks to Humanlinker, enhance your Linkedin !

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Humanlinker",
  "description": "Thanks to Humanlinker, enhance your Linkedin !",
  "version": "0.8.8",
  "manifest_version": 3,
  "icons": {
    "16": "img/16x16.png",
    "32": "img/32x32.png",
    "48": "img/48x48.png",
    "128": "img/128x128.png"
  },
  "action": {
    "default_popup": "popup.html",
    "default_icon": {
      "16": "img/16x16.png",
      "32": "img/32x32.png"
    }
  },
  "options_page": "options.html",
  "background": {
    "service_worker": "service-worker-loader.js",
    "type": "module"
  },
  "content_scripts": [
    {
      "js": [
        "assets/content-script-loader.chunk-f512797d.c7991c4a.js"
      ],
      "matches": [
        "https://www.linkedin.com/*"
      ],
      "css": [
        "assets/index.ts.64f49cd6.css"
      ]
    }
  ],
  "permissions": [
    "storage"
  ],
  "optional_permissions": [
    "cookies"
  ],
  "host_permissions": [
    "https://www.linkedin.com/*",
    "https://api.humanlinker.com/*"
  ],
  "externally_connectable": {
    "matches": [
      "https://app.humanlinker.com/*"
    ]
  },
  "web_accessible_resources": [
    {
      "matches": [
        "<all_urls>"
      ],
      "resources": [
        "options.html",
        "17r4m3.html",
        "17r4m3.js",
        "img/HL_logo.svg",
        "img/loader.gif",
        "img/logo-icon.png"
      ],
      "use_dynamic_url": false
    },
    {
      "matches": [
        "https://www.linkedin.com/*"
      ],
      "resources": [
        "assets/chunk-1105570c.js",
        "assets/chunk-9b77cf98.js",
        "assets/chunk-ef5b2efb.js",
        "assets/chunk-f512797d.js"
      ],
      "use_dynamic_url": true
    }
  ]
}