ShopCuber

ShopCuber

Make your online shopping life easier!

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_extName__",
  "short_name": "__MSG_extName__",
  "version": "1.1.16",
  "default_locale": "en",
  "description": "__MSG_extDesc__",
  "icons": {
    "32": "static/icon/icon32.png",
    "48": "static/icon/icon48.png",
    "128": "static/icon/icon128.png"
  },
  "browser_action": {
    "default_icon": "static/icon/icon32.png",
    "default_popup": "popup.html",
    "default_title": "__MSG_extDefaultDesc__"
  },
  "background": {
    "scripts": [
      "static/js/util/jquery-1.8.3.js",
      "static/js/background/background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "*://*/*"
      ],
      "css": [
        "static/css/animate.css",
        "static/css/content-script.css"
      ],
      "js": [
        "static/js/util/jquery-1.8.3.js",
        "static/js/content/content-script.js"
      ],
      "run_at": "document_end"
    }
  ],
  "permissions": [
    "*://*.aliexpress.com/*",
    "*://*.aliexpress.ru/*",
    "activeTab",
    "browser",
    "tabs",
    "storage",
    "webRequest",
    "cookies"
  ],
  "web_accessible_resources": [
    "static/js/util/inject.js",
    "static/icon/shopcuberM.png"
  ]
}