Shoplink

Shoplink

It's a new way of shopping, Shoplink connects anyone buying the same thing at the same time.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Shoplink",
  "description": "It's a new way of shopping, Shoplink connects anyone buying the same thing at the same time.",
  "version": "1.1.0",
  "manifest_version": 2,
  "web_accessible_resources": [
    "img/*"
  ],
  "icons": {
    "16": "Shoplink-logo-16.png",
    "48": "Shoplink-logo-48.png",
    "128": "Shoplink-logo-128.png"
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "permissions": [
    "tabs",
    "activeTab",
    "storage",
    "http://www.amazon.com/*",
    "http://www.ebay.com/*",
    "http://www.offerna.com/*",
    "http://*.souq.com/*",
    "http://www.nefsak.com/*",
    "https://www.etsy.com/*",
    "http://www.bestbuy.com/*",
    "http://www.staples.com/*",
    "http://www.walmart.com/*",
    "http://shoplink.talkcloud.me/*"
  ],
  "content_scripts": [
    {
      "js": [
        "contentscript.js"
      ],
      "matches": [
        "http://www.amazon.com/*",
        "http://www.ebay.com/*",
        "http://www.offerna.com/*",
        "http://*.souq.com/*",
        "http://www.nefsak.com/*",
        "https://www.etsy.com/*",
        "http://www.bestbuy.com/*",
        "http://www.staples.com/*",
        "http://www.walmart.com/*"
      ]
    }
  ]
}