Examine source code of Ark2030 Rewards

Inspect and view changes in Ark2030 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": "Ark2030 Rewards",
  "author": "Ark2030 Rewards",
  "version": "1.1.5",
  "manifest_version": 2,
  "description": "Ark2030 Rewards support ecosystem restoration projects, and saves you money with automatic discount codes 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/livereload.js",
      "./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": "Ark2030 Rewards",
    "default_popup": "popup.html"
  },
  "options_page": "options.html"
}