Examine source code of Rakuten Button Canada

Inspect and view changes in Rakuten Button Canada source codes across current and past versions
Premium users can view and search full source code, and see the source code differences between two versions.
Upgrade to premium
manifest.json
{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Rakuten Button Canada",
  "short_name": "Rakuten",
  "homepage_url": "https://www.rakuten.ca/",
  "author": "Rakuten",
  "description": "Rakuten Button Canada provides automatic Cash Back alerts at participating stores. No hassle. No more missed Cash Back!",
  "host_permissions": [
    "<all_urls>"
  ],
  "manifest_version": 3,
  "permissions": [
    "cookies",
    "tabs",
    "webNavigation",
    "webRequest",
    "storage",
    "alarms"
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "js/libs/*.map",
        "img/*.png",
        "img/*.svg",
        "img/*.gif",
        "css/*.css",
        "fonts/*.woff",
        "fonts/*.woff2",
        "fonts/*.ttf",
        "fonts/*.otf"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ],
  "content_scripts": [
    {
      "all_frames": false,
      "js": [
        "commons/bundle.js",
        "content/bundle.js"
      ],
      "matches": [
        "<all_urls>"
      ],
      "run_at": "document_start"
    }
  ],
  "background": {
    "service_worker": "bg/bundle.js"
  },
  "options_ui": {
    "page": "settings/settings.html",
    "open_in_tab": true
  },
  "icons": {
    "16": "img/rakuten/icon-32.png",
    "48": "img/rakuten/icon-64.png",
    "128": "img/rakuten/icon-128.png"
  },
  "action": {
    "default_icon": {
      "16": "img/rakuten/icon-32.png",
      "32": "img/rakuten/icon-32.png"
    },
    "default_title": "Rakuten Button Canada: Get Cash Back For Shopping"
  },
  "version": "7.12.1"
}