DPSF Fund Our Future

DPSF Fund Our Future

You Donate While You Shop - Shop at participating online merchants and a portion of the transaction goes directly to your schools.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "DPSF Fund Our Future",
  "version": "1.27.1",
  "description": "You Donate While You Shop - Shop at participating online merchants and a portion of the transaction goes directly to your schools.",
  "background": {
    "page": "background.html"
  },
  "icons": {
    "48": "images/48.png",
    "128": "images/128.png"
  },
  "content_scripts": [
    {
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "js": [
        "js/jquery-1.8.2.min.js",
        "js/popup.js",
        "js/injected.js"
      ],
      "css": [
        "css/style.css",
        "css/jquery.fancybox.css"
      ],
      "run_at": "document_end"
    }
  ],
  "permissions": [
    "http://*/*",
    "https://*/*"
  ]
}