AliHelper - discount assistant.

AliHelper - discount assistant.

Convenient selection products at a discount.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "default_locale": "ru",
  "name": "__MSG_chrome_extension_name__",
  "version": "0.2",
  "description": "__MSG_chrome_extension_description__",
  "background": {
    "scripts": [
      "js/functions.js",
      "background.js"
    ],
    "persistent": true
  },
  "web_accessible_resources": [
    "images/*",
    "js/jquery.js",
    "js/uikit.min.js",
    "css/uikit.docs.min",
    "fonts/*",
    "options.html"
  ],
  "options_page": "options.html",
  "permissions": [
    "http://freetabtheme.ru/",
    "tabs",
    "activeTab",
    "storage",
    "management"
  ],
  "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
  "browser_action": {
    "default_title": "__MSG_chrome_extension_title__",
    "default_icon": {
      "19": "images/icon19.png",
      "38": "images/icon38.png"
    },
    "default_popup": "popup.html"
  },
  "icons": {
    "16": "images/icon16.png",
    "48": "images/icon48.png",
    "128": "images/icon128.png"
  }
}