Rakuten: Get Cash Back For Shopping

Rakuten: Get Cash Back For Shopping

Start shopping smarter with Cash Back and coupons. By clicking Add to Firefox you agree to the Rakuten Extension Terms & Conditions

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "Rakuten: Get Cash Back For Shopping",
  "short_name": "Rakuten",
  "version": "5.38.2",
  "description": "The best coupons and the most Cash Back. We do all the work. You just shop and save. Earn Cash Back at 3,500 stores today!",
  "homepage_url": "https://www.rakuten.com/",
  "author": "Rakuten",
  "manifest_version": 2,
  "permissions": [
    "tabs",
    "webNavigation",
    "webRequest",
    "storage",
    "<all_urls>",
    "cookies",
    "alarms"
  ],
  "optional_permissions": [
    "notifications"
  ],
  "content_scripts": [
    {
      "all_frames": false,
      "matches": [
        "https://*.rakuten.com/*"
      ],
      "js": [
        "libs/snippet.js"
      ],
      "run_at": "document_start"
    }
  ],
  "background": {
    "scripts": [
      "bg/bundle.js"
    ],
    "persistent": true
  },
  "options_ui": {
    "page": "settings/settings.html",
    "open_in_tab": true
  },
  "browser_action": {
    "default_icon": {
      "16": "img/rakuten/icon-32.png",
      "32": "img/rakuten/icon-32.png"
    },
    "default_title": "Rakuten: Get Cash Back For Shopping"
  },
  "icons": {
    "16": "img/icon/icon-32.png",
    "48": "img/icon/icon-64.png",
    "128": "img/icon/icon-128.png"
  },
  "web_accessible_resources": [
    "workers/*.js",
    "content/*.css",
    "fonts/*.css",
    "fonts/*.woff",
    "fonts/*.woff2",
    "fonts/*.ttf",
    "fonts/*.otf",
    "serp/*.css",
    "img/*"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{35d6291e-1d4b-f9b4-c52f-77e6410d1326}",
      "strict_min_version": "48.0"
    }
  }
}