Examine source code of rePurpose Rewards

Inspect and view changes in rePurpose Rewards 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
{
  "name": "rePurpose Rewards",
  "author": "rePurpose Rewards",
  "version": "2.9.3",
  "manifest_version": 2,
  "description": "rePurpose Rewards offsets your plastic footprint, at no extra cost, and provides discounts that save you money when you shop online.",
  "icons": {
    "16": "icons/on/on_16x16.png",
    "32": "icons/on/on_32x32.png",
    "48": "icons/on/on_48x48.png",
    "128": "icons/on/on_128x128.png"
  },
  "background": {
    "scripts": [
      "scripts/background.js"
    ]
  },
  "content_security_policy": "object-src 'self'",
  "permissions": [
    "<all_urls>",
    "tabs",
    "cookies",
    "alarms",
    "webRequest"
  ],
  "web_accessible_resources": [
    "*.*"
  ],
  "browser_action": {
    "default_icon": {
      "16": "icons/off/off_16x16.png",
      "32": "icons/off/off_32x32.png",
      "48": "icons/off/off_48x48.png",
      "128": "icons/off/off_128x128.png"
    },
    "default_title": "rePurpose Rewards",
    "default_popup": "popup.html"
  },
  "options_page": "options.html"
}