Version Check for CS-Cart

Version Check for CS-Cart

Check what version of CS-Cart a web page is powered by.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "__MSG_appName__",
  "short_name": "version-check-for-cs-cart",
  "version": "0.3",
  "description": "__MSG_appDescription__",
  "manifest_version": 2,
  "default_locale": "en",
  "browser_action": {
    "name": "__MSG_appName__",
    "default_icon": {
      "128": "assets/images/icon-off.png"
    },
    "default_title": "__MSG_appTitle__",
    "default_popup": "popup.html"
  },
  "icons": {
    "128": "assets/images/icon.png"
  },
  "permissions": [
    "https://api.hungryweb.net/*/",
    "tabs"
  ],
  "minimum_chrome_version": "9"
}