TrafficCodex Promo Code Finder

TrafficCodex Promo Code Finder

Your source for free advertising at the top traffic generation sites!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "TrafficCodex Promo Code Finder",
  "description": "Your source for free advertising at the top traffic generation sites!",
  "version": "0.1",
  "permissions": [
    "http://*/*",
    "tabs",
    "clipboardWrite"
  ],
  "browser_action": {
    "default_icon": "gray-icon.png",
    "default_popup": "popup.html"
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
  "omnibox": {
    "keyword": "TrafficCodex"
  }
}