Pylote

Pylote

Pylote's browser extension

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Pylote",
  "description": "Pylote's browser extension",
  "version": "3.21.6",
  "manifest_version": 3,
  "background": {
    "service_worker": "background.bundle.js"
  },
  "permissions": [
    "storage",
    "scripting",
    "alarms"
  ],
  "optional_permissions": [
    "notifications"
  ],
  "action": {
    "default_icon": "favicon-32x32.png",
    "default_title": "pylote"
  },
  "icons": {
    "16": "favicon-16x16.png",
    "32": "favicon-32x32.png",
    "128": "android-chrome-192x192.png"
  },
  "web_accessible_resources": [
    {
      "resources": [
        "favicon-16x16.png",
        "favicon-32x32.png",
        "android-chrome-192x192.png"
      ],
      "matches": []
    }
  ],
  "host_permissions": [
    "https://www.linkedin.com/*",
    "https://api-prod.pylote.io/"
  ],
  "content_scripts": [
    {
      "matches": [
        "https://*.pylote.io/*"
      ],
      "run_at": "document_idle",
      "js": [
        "jquery.bundle.js",
        "content_pylote.bundle.js"
      ]
    },
    {
      "matches": [
        "https://www.malt.fr/*"
      ],
      "js": [
        "jquery.bundle.js",
        "content_malt.bundle.js"
      ]
    },
    {
      "matches": [
        "https://lehibou.com/*",
        "https://*.lehibou.com/*"
      ],
      "js": [
        "content_hibou.bundle.js",
        "jquery.bundle.js"
      ]
    },
    {
      "matches": [
        "https://comet.co/*",
        "https://*.comet.co/*"
      ],
      "js": [
        "content_comet.bundle.js",
        "jquery.bundle.js"
      ]
    },
    {
      "matches": [
        "https://cherry-pick.io/*",
        "https://*.cherry-pick.io/*"
      ],
      "js": [
        "content_cherry.bundle.js",
        "jquery.bundle.js"
      ]
    },
    {
      "matches": [
        "https://*.cremedelacreme.io/*"
      ],
      "js": [
        "content_creme.bundle.js",
        "jquery.bundle.js"
      ]
    }
  ]
}