AMALYZE - for Amazon Sellers and Vendors

AMALYZE - for Amazon Sellers and Vendors

Searchvolume, related keywords, index checker and much more - for Amazon sellers and vendors

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_appName__",
  "short_name": "__MSG_appShortName__",
  "description": "__MSG_appDesc__",
  "default_locale": "en",
  "version": "1.9.0",
  "browser_action": {
    "default_icon": {
      "16": "res/icons/logo/16_off.png",
      "32": "res/icons/logo/32_off.png",
      "64": "res/icons/logo/64_off.png",
      "128": "res/icons/logo/128_off.png"
    },
    "default_title": "AMALYZE",
    "default_popup": "/app/modules/shared/pageAction/disabled/pageAction.html"
  },
  "icons": {
    "16": "res/icons/logo/16_on.png",
    "32": "res/icons/logo/32_on.png",
    "64": "res/icons/logo/64_on.png",
    "128": "res/icons/logo/128_on.png"
  },
  "background": {
    "page": "app/background/background.html",
    "persistent": true
  },
  "permissions": [
    "storage",
    "webNavigation",
    "webRequest",
    "webRequestBlocking",
    "identity",
    "identity.email",
    "unlimitedStorage",
    "https://*.amazon.de/*",
    "https://*.amazon.co.uk/*",
    "https://*.amazon.it/*",
    "https://*.amazon.fr/*",
    "https://*.amazon.es/*",
    "https://*.amazon.nl/*",
    "https://*.amazon.com.tr/*",
    "https://*.amazon.com/*",
    "https://*.amazon.ca/*",
    "https://*.amazon.com.mx/*",
    "https://*.amazon.com.br/*",
    "https://*.amazon.co.jp/*",
    "https://*.amazon.com.au/*",
    "https://*.amazon.in/*",
    "https://*.amazon.cn/*",
    "https://*.amalyze.com/*",
    "http://localhost/*"
  ],
  "content_scripts": [
    {
      "matches": [
        "https://*.amazon.de/*",
        "https://*.amazon.co.uk/*",
        "https://*.amazon.it/*",
        "https://*.amazon.fr/*",
        "https://*.amazon.es/*",
        "https://*.amazon.nl/*",
        "https://*.amazon.com.tr/*",
        "https://*.amazon.com/*",
        "https://*.amazon.ca/*",
        "https://*.amazon.com.mx/*",
        "https://*.amazon.com.br/*",
        "https://*.amazon.co.jp/*",
        "https://*.amazon.com.au/*",
        "https://*.amazon.in/*",
        "https://*.amazon.cn/*",
        "https://*.amazonaws.com/*",
        "https://shield.amalyze.com/*",
        "https://shield.stage.amalyze.com/*",
        "http://localhost/*"
      ],
      "css": [
        "/app/general/general.css",
        "/res/css/styles.css"
      ],
      "js": [
        "libs/jquery/3.5.1/jquery.js",
        "/libs/jquery.md5/1.2.1/jquery.md5.js",
        "libs/jquery-ui/1.12.1/jquery-ui.js",
        "app/general/globals.js",
        "app/general/definitions.js",
        "app/utils/utils.js",
        "app/general/content.js",
        "app/general/extensions.js"
      ],
      "run_at": "document_start"
    }
  ],
  "web_accessible_resources": [
    "*"
  ],
  "externally_connectable": {
    "matches": [
      "https://*.amalyze.com/*",
      "*://localhost/*"
    ]
  },
  "content_security_policy": "script-src 'self' 'unsafe-eval' 'unsafe-eval' https://*.amazonaws.com https://*.gstatic.com https://*.amalyze.com; object-src 'self'"
}