Keyword Index & Rank Checker for Amazon

Keyword Index & Rank Checker for Amazon

Keyword rank position & index checking tool designed for Amazon

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Keyword Index & Rank Checker for Amazon",
  "short_name": "IRC",
  "description": "Keyword rank position & index checking tool designed for Amazon",
  "version": "1.2.2",
  "manifest_version": 2,
  "browser_action": {
    "default_icon": "icons/16.png"
  },
  "icons": {
    "16": "icons/16.png",
    "48": "icons/48.png",
    "128": "icons/128.png"
  },
  "background": {
    "scripts": [
      "/scripts/background.js",
      "/scripts/analytics.js"
    ],
    "persistent": false
  },
  "permissions": [
    "https://*.amazon.ca/*",
    "https://*.amazon.com/*",
    "https://*.amazon.co.uk/*",
    "https://*.amazon.de/*",
    "https://*.amazon.fr/*",
    "https://*.amazon.es/*",
    "https://*.amazon.it/*",
    "https://*.amazon.co.jp/*",
    "https://*.amazon.in/*",
    "https://*.amazon.com.au/*",
    "https://*.amazon.com.mx/*"
  ],
  "web_accessible_resources": [
    "/scripts/jquery-3.2.1.min.js",
    "/scripts/extension.js"
  ],
  "content_security_policy": "script-src 'self' https://ssl.google-analytics.com; object-src 'self'"
}