Travelpayouts

Travelpayouts

Travelpayouts Chrome Extension helps you to create affiliate links just from a browser.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "version": "1.2.0",
  "manifest_version": 2,
  "name": "__MSG_appName__",
  "description": "__MSG_appDesc__",
  "default_locale": "en",
  "minimum_chrome_version": "63.0.3239.0",
  "content_security_policy": "script-src 'self' https://ssl.google-analytics.com; object-src 'self'",
  "permissions": [
    "tabs",
    "storage",
    "alarms",
    "identity",
    "<all_urls>"
  ],
  "icons": {
    "128": "images/tp_logo.png"
  },
  "background": {
    "scripts": [
      "ga.js",
      "bg.js"
    ]
  },
  "browser_action": {
    "default_title": "Travelpayouts",
    "default_popup": "popup.html"
  },
  "web_accessible_resources": [
    "bar.html",
    "bar.js",
    "bar.css",
    "common.js",
    "images/*"
  ],
  "externally_connectable": {
    "matches": [
      "*://travelpayouts.com/*",
      "*://*.travelpayouts.com/*"
    ]
  },
  "commands": {
    "shortern-and-copy": {
      "suggested_key": {
        "default": "Ctrl+Shift+E",
        "mac": "Command+Shift+E"
      },
      "description": "Shorten and copy"
    }
  }
}