Unicorn Smasher Pro

Unicorn Smasher Pro

Find the perfect product to start dominating on Amazon

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "Unicorn Smasher Pro",
  "description": "Find the perfect product to start dominating on Amazon",
  "version": "1.8.2",
  "manifest_version": 3,
  "background": {
    "service_worker": "background.js"
  },
  "action": {
    "default_icon": "images/amztracker-logo-128.png"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "lib/jquery.js",
        "lib/jquery-ui.min.js",
        "lib/jquery.tablesorter.min.js",
        "lib/table2csv.js",
        "lib/echarts.min.js",
        "lib/raven.min.js",
        "js/constants.js",
        "js/helper.js",
        "js/localforage.min.js",
        "js/search.js",
        "js/product.js",
        "js/onpage.js",
        "js/onPageTool.js"
      ],
      "css": [
        "css/unicorn.css",
        "css/jquery-ui.min.css"
      ],
      "run_at": "document_start"
    }
  ],
  "content_security_policy": {
    "extension_pages": "script-src 'self'; object-src 'self'",
    "sandbox": "sandbox allow-scripts; script-src 'self' 'https://ssl.google-analytics.com' 'https://connect.facebook.net'; object-src 'self'"
  },
  "homepage_url": "https://unicornsmasherpro.com",
  "icons": {
    "128": "images/amztracker-logo-128.png"
  },
  "permissions": [
    "gcm",
    "storage",
    "notifications",
    "identity",
    "tabs",
    "background",
    "unlimitedStorage"
  ],
  "host_permissions": [
    "*://www.amazon.com/*",
    "*://www.amztracker.com/*",
    "https://www.google-analytics.com/",
    "https://connect.facebook.net/",
    "https://www.googleapis.com/",
    "https://ssl.gstatic.com/",
    "https://accounts.google.com/",
    "https://www.amazon.ca/",
    "https://www.amazon.fr/",
    "https://www.amazon.de/",
    "https://www.amazon.it/",
    "https://www.amazon.co.jp/",
    "https://www.amazon.es/",
    "https://www.amazon.co.uk/",
    "https://www.amazon.com/"
  ],
  "update_url": "https://clients2.google.com/service/update2/crx",
  "web_accessible_resources": [
    {
      "resources": [
        "images/dtas.png",
        "images/logo.png",
        "images/dtas_hover.png",
        "images/amztracker-logo-128.png",
        "images/amztracker-logo-200.jpg",
        "images/unicorn.png",
        "images/unicorn-logo-stacked.png",
        "images/unicorn-logo-white.png",
        "popup.html",
        "dashboard.html",
        "modalChart.html",
        "message.html",
        "error.html",
        "modal.html",
        "images/share.png",
        "images/bg.png",
        "images/xt.png"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ],
  "externally_connectable": {
    "matches": [
      "*://*.example.com/*"
    ]
  }
}