Ecofy - Pflanze Bäume!

Mit Ecofy planzt Du mit jedem Einkauf bei einem unserer Partnershops einen Baum. Einfach, kostenlos und gut für die Umwelt!
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",
  "manifest_version": 2,
  "name": "Ecofy - Pflanze Bäume!",
  "description": "Mit Ecofy planzt Du mit jedem Einkauf bei einem unserer Partnershops einen Baum. Einfach, kostenlos und gut für die Umwelt!",
  "version": "1.0.1",
  "background": {
    "scripts": [
      "background.min.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.min.js"
      ],
      "run_at": "document_start"
    }
  ],
  "browser_action": {
    "default_title": "Open Getyourmoneyback!",
    "default_icon": "icons/main_icon.png"
  },
  "icons": {
    "16": "icons/main_icon-16.png",
    "48": "icons/main_icon-48.png",
    "128": "icons/main_icon.png"
  },
  "content_security_policy": "script-src 'self' 'sha256-GgRxrVOKNdB4LrRsVPDSbzvfdV4UqglmviH9GoBJ5jk='; object-src 'self'",
  "permissions": [
    "tabs",
    "storage",
    "http://*/*",
    "https://*/*",
    "webRequest",
    "webRequestBlocking",
    "identity",
    "https://www.facebook.com/",
    "https://graph.facebook.com/"
  ],
  "web_accessible_resources": [
    "*.html",
    "icon.png",
    "static/*",
    "fonts/*"
  ],
  "externally_connectable": {
    "matches": [
      "http://localhost:3000/confirmation-completed*",
      "https://www.get-ecofy.com/confirmation-completed*"
    ]
  }
}