Shopnetic

Shopnetic

Save everything from everywhere and buy cheaper. Shopnetic is a wish list that tells you when the price drops. New sneakers for…

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "__MSG_ext_name__",
  "version": "1.0.13",
  "default_locale": "ru",
  "icons": {
    "16": "icons/16x16.png",
    "48": "icons/48x48.png",
    "128": "icons/128x128.png"
  },
  "content_scripts": [
    {
      "matches": [
        "*://*/*"
      ],
      "css": [
        "content.css"
      ],
      "js": [
        "jquery.min.js",
        "content.js"
      ]
    }
  ],
  "background": {
    "scripts": [
      "jquery.min.js",
      "background.js"
    ]
  },
  "permissions": [
    "tabs",
    "activeTab",
    "http://shopnetic.dev/*",
    "https://shopnetic.ru/*",
    "https://shopnetic.com/*"
  ],
  "browser_action": {
    "default_title": "__MSG_browser_action_title__",
    "default_icon": "icons/128x128.png",
    "default_popup": "popup.html"
  }
}