GiveHearts: Raise Money for a Cause for Free

GiveHearts: Raise Money for a Cause for Free

Raise money for charity as you browse the web! GiveHearts raises money for non-profits for free every time you use your browser.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "chrome_url_overrides": {
    "newtab": "iframe.html"
  },
  "manifest_version": 2,
  "description": "Raise money for charity as you browse the web!  GiveHearts raises money for non-profits for free every time you use your browser.",
  "icons": {
    "16": "./img/GiveHearts - Square 16x16.png",
    "57": "./img/GiveHearts - Square 57x57.png",
    "72": "./img/GiveHearts - Square 72x72.png",
    "114": "./img/GiveHearts - Square 114x114.png",
    "128": "./img/GiveHearts - Square 128x128.png",
    "144": "./img/GiveHearts - Square 144x144.png"
  },
  "name": "GiveHearts: Raise Money for a Cause for Free",
  "short_name": "GiveHearts",
  "background": {
    "scripts": [
      "ext-background.js"
    ],
    "persistent": false
  },
  "permissions": [
    "tabs"
  ],
  "version": "1.01"
}