WEBGAINS DEEPLINK GENERATOR

WEBGAINS DEEPLINK GENERATOR

Webgains Publishers can now create their affiliate tracking links straight from the products page.

Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "__MSG_app_name__",
  "description": "__MSG_app_description__",
  "version": "0.0.2",
  "default_locale": "en",
  "icons": {
    "19": "img/icon-19.png",
    "38": "img/icon-38.png",
    "48": "img/icon-48.png"
  },
  "browser_action": {
    "default_icon": {
      "19": "img/icon-19.png",
      "38": "img/icon-38.png",
      "48": "img/icon-48.png"
    },
    "default_title": "Webgains Deeplink Generator",
    "default_popup": "popup.html"
  },
  "background": {
    "scripts": [
      "js/jquery-3.1.1.min.js",
      "js/background.js"
    ],
    "persistent": false
  },
  "permissions": [
    "tabs",
    "notifications",
    "activeTab",
    "identity",
    "storage"
  ]
}