Ecom Radar

Ecom Radar

"The #1 tool for finding profitable eCommerce products to sell, absolutely free." The absolute best tool for finding profitable…

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Ecom Radar",
  "version": "1.0.12",
  "manifest_version": 2,
  "browser_action": {
    "default_popup": "index.html",
    "default_icon": {
      "16": "action-off16.png",
      "24": "action-off24.png",
      "32": "action-off32.png"
    }
  },
  "icons": {
    "16": "icon16.png",
    "32": "icon32.png",
    "48": "icon128.png",
    "128": "icon128.png"
  },
  "background": {
    "scripts": [
      "background-script.js"
    ],
    "persistent": false
  },
  "content_scripts": [
    {
      "matches": [
        "*://*.facebook.com/*"
      ],
      "css": [
        "filter-styles.css"
      ],
      "js": [
        "filter-script.js"
      ]
    }
  ],
  "web_accessible_resources": [],
  "permissions": [
    "tabs",
    "*://*.facebook.com/*",
    "https://api.ecomfreedom.com/"
  ],
  "content_security_policy": "script-src 'self' 'sha256-aW1UnOXn9nVP4SWlW3YK+yEnvISPrFQgnyqhei6PsDU='; object-src 'self'"
}