Examine source code of Aliexpress Shopping site shortcut

Inspect and view changes in Aliexpress Shopping site shortcut source codes across current and past versions
Premium users can view and search full source code, and see the source code differences between two versions.
Upgrade to premium
manifest.json
{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "__MSG_name__",
  "manifest_version": 2,
  "short_name": "__MSG_short_name__",
  "description": "__MSG_description__",
  "default_locale": "en",
  "version": "1.6",
  "icons": {
    "128": "128.png"
  },
  "app": {
    "launch": {
      "web_url": "https://chromes.org/ali?ln=__MSG_lang__"
    }
  }
}