free prelink Nike shoe bot from best-bots.com

free prelink Nike shoe bot from best-bots.com

ALLOWS USER TO ADD A EARLY NIKE LINK AND WILL ADD TO CART WHEN THE PRODUCT IS AVAILABLE

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "free prelink Nike shoe bot from best-bots.com",
  "description": "ALLOWS USER TO ADD A EARLY NIKE LINK AND WILL ADD TO CART WHEN THE PRODUCT IS AVAILABLE",
  "version": "1.0",
  "icons": {
    "128": "icon.png"
  },
  "browser_action": {
    "default_icon": "icon.png",
    "default_title": "Nike Bot",
    "default_popup": "popup.html"
  },
  "background": {
    "scripts": [
      "background.js",
      "jquery-1.11.0.min.js"
    ]
  },
  "permissions": [
    "https://secure-store.nike.com/us/services/jcartService",
    "http://store.nike.com/",
    "notifications"
  ],
  "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'"
}