AliExpress Button

AliExpress Button

Quick Button to AliExpress.com website.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "browser_action": {
    "default_icon": "images/ali-16.png",
    "default_title": "__MSG_title__"
  },
  "default_locale": "en",
  "description": "__MSG_description__",
  "icons": {
    "16": "images/ali-16.png",
    "48": "images/ali-48.png",
    "128": "images/ali-128.png"
  },
  "manifest_version": 2,
  "minimum_chrome_version": "1.0",
  "name": "__MSG_name__",
  "permissions": [
    "tabs",
    "http://*/*",
    "https://*/*"
  ],
  "version": "1.0.0.0"
}