Examine source code of ZeLoop Impact

Inspect and view changes in ZeLoop Impact 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": "ZeLoop Impact",
  "author": "ZeLoop Impact",
  "version": "1.9.15",
  "manifest_version": 2,
  "description": "Support plastic clean-up charities – for free – and save 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/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": "ZeLoop Rewards",
    "default_popup": "popup.html"
  },
  "options_page": "options.html"
}