Profitshare

Profitshare

Profitshare is the leading affiliate network in Central and Eastern Europe.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Profitshare",
  "short_name": "Profitshare",
  "description": "Profitshare is the leading affiliate network in Central and Eastern Europe.",
  "version": "2",
  "manifest_version": 3,
  "icons": {
    "128": "images/icon.png"
  },
  "action": {
    "default_icon": "images/icon.png",
    "default_popup": "popup.html",
    "default_title": "Profitshare"
  },
  "content_scripts": [
    {
      "js": [
        "js/jquery.min.js",
        "js/content.js",
        "js/jquery_ui.min.js"
      ],
      "css": [
        "css/content.css"
      ],
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "run_at": "document_end"
    }
  ],
  "content_security_policy": {
    "extension_pages": "script-src 'self'; object-src 'self'; script-src-elem 'self' 'unsafe-inline' https://www.profitshare.ro/;"
  },
  "permissions": [
    "storage"
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "/images/icon.png",
        "generate_link.html"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ]
}