Publisher Discovery

Publisher Discovery

Instant analysis on any website that shows affiliate links; click to see the networks, partners and contact details.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "version": "1.1.6",
  "manifest_version": 3,
  "name": "Publisher Discovery",
  "description": "Instant analysis on any website that shows affiliate links; click to see the networks, partners and contact details.",
  "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAlfbdKjnib3PE/x62LxccybT/+YJZeWHHrXU9R8ETfM3lo9/VzdbRk+6MVPEQ9d6hTGC0V8ZUK6lozE/ipSw6F3PEtXrqbiu4DEVXSUZSVNUb99K1ePNO+uOicEqL51yWgmbWIAcRSo19q6qx9yAYwr+IP+cJd/Tu9+MbjxqMeSjv1IAohRBQMzaPa+J77QgTvyMjFKuDa/pf5zBgdGA5zbHJQni3pPxdesuhAJgEM5mSYCCgxT/q1R7iqndPd2JOjFQRdTpmgjEtbZU6mJg2EjNepjFE7GIgcBNm5JtDtu7aF6zVD/eNbqhVBIJdQ1zlluWa6ORO2aXpNNlsLEyaLwIDAQAB",
  "background": {
    "service_worker": "background.bundle.js"
  },
  "action": {
    "default_icon": "pd-icon-32-rounded.png"
  },
  "icons": {
    "32": "pd-icon-32-rounded.png",
    "48": "pd-icon-48-rounded.png",
    "128": "pd-icon-128-rounded.png"
  },
  "content_scripts": [
    {
      "matches": [
        "http://*/*",
        "https://*/*",
        "<all_urls>"
      ],
      "js": [
        "contentScript.bundle.js"
      ]
    }
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "pd-icon-32-rounded.png",
        "popup.html",
        "popup.bundle.js",
        "contentScript.bundle.js"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ],
  "permissions": [
    "tabs",
    "storage",
    "identity",
    "https://www.linkedin.com/uas/oauth2/authorization/*"
  ]
}