Gooding Toolbar

Gooding Toolbar

Lass dich beim Einkauf an den guten Zweck erinnern – mit der Gooding-Toolbar. In +1.800 Shops kannst du so Gelder für gemeinnützige Organisationen sammeln. Mit nur 1 Klick und ganz ohne Mehrkosten.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "__MSG_appName__",
  "version": "2.1.50",
  "manifest_version": 2,
  "description": "__MSG_appDescription__",
  "icons": {
    "16": "icons/icon-16.png",
    "128": "icons/icon-128.png"
  },
  "default_locale": "en",
  "background": {
    "scripts": [
      "scripts/background.js"
    ]
  },
  "permissions": [
    "activeTab",
    "tabs",
    "storage",
    "http://*/*",
    "https://*/*",
    "unlimitedStorage",
    "cookies",
    "webNavigation"
  ],
  "options_ui": {
    "page": "options.html"
  },
  "content_scripts": [
    {
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "exclude_matches": [
        "*://*/*.png*",
        "*://*/*.pdf*",
        "*://*/*.jpg*",
        "*://*/*.bmp*",
        "*://*/*.tiff*",
        "*://*/*.jpeg*",
        "*://*/*.mov*",
        "*://*/*.mpeg*"
      ],
      "js": [
        "scripts/toolbar.js"
      ],
      "css": [
        "styles/toolbar.css"
      ],
      "all_frames": false,
      "run_at": "document_end"
    }
  ],
  "browser_action": {
    "default_icon": {
      "19": "icons/icon-19.png",
      "38": "icons/icon-38.png"
    },
    "default_title": "Gooding Toolbar"
  },
  "web_accessible_resources": [
    "fonts/museo-slab-500.woff",
    "fonts/fontawesome-webfont.woff",
    "images/[email protected]",
    "images/[email protected]",
    "toolbar.html"
  ],
  "applications": {
    "gecko": {
      "id": "[email protected]"
    }
  }
}