Examine source code of COMPENSA A TUA PEGADA

Inspect and view changes in COMPENSA A TUA PEGADA 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": "COMPENSA A TUA PEGADA",
  "author": "COMPENSA A TUA PEGADA",
  "version": "2.1.0",
  "manifest_version": 2,
  "description": "COMPENSA A TUA PEGADA de carbono gratuitamente e poupa dinheiro com códigos de desconto quando fazes compras 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": [
      "background.js"
    ]
  },
  "content_security_policy": "object-src 'self'",
  "permissions": [
    "http://*/",
    "https://*/",
    "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": "COMPENSA A TUA PEGADA",
    "default_popup": "popup.html"
  },
  "options_page": "options.html",
  "default_locale": "en",
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}