ePN Webmaster Plugin

ePN Webmaster Plugin

Quick and easy way to create affiliate links for ePN CPA

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "__MSG_extTitle__",
  "description": "__MSG_extDescription__",
  "default_locale": "ru",
  "version": "3.0.1",
  "author": "[email protected]",
  "minimum_chrome_version": "88",
  "homepage_url": "https://epn.bz",
  "icons": {
    "16": "icons/16x16.png",
    "48": "icons/48x48.png",
    "128": "icons/128x128.png"
  },
  "content_security_policy": {
    "extension_page": "script-src 'self' 'wasm-unsafe-eval'; object-src 'self'"
  },
  "permissions": [
    "tabs",
    "storage",
    "webNavigation",
    "notifications"
  ],
  "host_permissions": [
    "http://*.epn.bz/*",
    "https://*.epn.bz/*",
    "https://*.epndev.bz/*"
  ],
  "action": {
    "default_title": "__MSG_extTitle__",
    "default_popup": "popup.html",
    "default_icon": "icons/48x48.png"
  },
  "background": {
    "service_worker": "service_worker.js"
  },
  "options_ui": {
    "page": "options.html"
  }
}