RateX

RateX

Never shop blindly again. Find all promo codes and earn cashback on over 100 merchants!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "RateX",
  "short_name": "RateX",
  "description": "Never shop blindly again. Find all promo codes and earn cashback on over 100 merchants!",
  "version": "2.2.1.1",
  "homepage_url": "https://www.ratex.co",
  "background": {
    "scripts": [
      "dist/background-bundle.js"
    ]
  },
  "web_accessible_resources": [
    "/*"
  ],
  "icons": {
    "16": "static/icons/x_logo.png",
    "32": "static/icons/x_logo.png",
    "128": "static/icons/x_logo.png"
  },
  "content_scripts": [],
  "permissions": [
    "storage",
    "webRequest",
    "webNavigation",
    "http://*/*",
    "https://*/*",
    "tabs",
    "activeTab"
  ],
  "browser_action": {
    "default_icon": {
      "24": "static/icons/x_logo_disabled.png",
      "32": "static/icons/x_logo_disabled.png"
    },
    "default_title": "RateX"
  }
}