ePN Webmaster Plugin

ePN Webmaster Plugin

Fast and easy way to create affiliate links for ePN CPA

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "name": "__MSG_extTitle__",
  "description": "__MSG_extDescription__",
  "default_locale": "ru",
  "version": "2.0.12",
  "author": "[email protected]",
  "minimum_chrome_version": "76",
  "homepage_url": "https://epn.bz",
  "content_security_policy": "script-src 'self' https://www.googletagmanager.com https://www.google-analytics.com 'unsafe-eval'; object-src 'self'",
  "icons": {
    "16": "icons/16x16.png",
    "48": "icons/48x48.png",
    "128": "icons/128x128.png"
  },
  "permissions": [
    "tabs",
    "storage",
    "webNavigation",
    "notifications",
    "http://*.epn.bz/*",
    "https://*.epn.bz/*",
    "https://*.epndev.bz/*"
  ],
  "browser_action": {
    "default_title": "__MSG_extTitle__",
    "default_popup": "popup.html",
    "default_icon": "icons/48x48.png"
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "options_ui": {
    "page": "options.html"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "@epn_webmaster_plugin"
    }
  }
}