BoondManager for LinkedIn

BoondManager for LinkedIn

BoondManager for LinkedIn

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "__MSG_extName__",
  "description": "__MSG_extDescription__",
  "version": "2.4.9",
  "default_locale": "fr",
  "icons": {
    "16": "./img/james16.png",
    "32": "./img/james32.png",
    "48": "./img/james48.png",
    "64": "./img/james64.png",
    "128": "./img/james128.png",
    "256": "./img/james256.png"
  },
  "content_scripts": [
    {
      "all_frames": false,
      "js": [
        "boondmanager.bundle.js"
      ],
      "matches": [
        "https://ui.boondmanager.com/*"
      ]
    },
    {
      "all_frames": false,
      "js": [
        "parse.bundle.js"
      ],
      "matches": [
        "*://*.linkedin.com/*"
      ]
    }
  ],
  "manifest_version": 3,
  "background": {
    "service_worker": "background.bundle.js"
  },
  "permissions": [
    "declarativeContent",
    "storage",
    "activeTab",
    "scripting",
    "cookies",
    "tabs"
  ],
  "host_permissions": [
    "*://*.linkedin.com/*",
    "http://localhost:4200/ui.boondmanager/*",
    "https://*.wishgroupe.com/ui.boondmanager/*",
    "https://ui.boondmanager.com/*"
  ],
  "action": {
    "default_icon": {
      "16": "./img/boondmanager-16-16-gris.png",
      "32": "./img/boondmanager-32-32-gris.png"
    },
    "default_title": "Open on LinkedIn or BoondManager",
    "default_popup": "popup.html"
  }
}