GoRaise Donation Reminder

GoRaise Donation Reminder

Raise money for your favourite cause every time you shop online, it's simple, free & fair.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "applications": {
    "gecko": {
      "id": "[email protected]"
    }
  },
  "manifest_version": 2,
  "name": "GoRaise Donation Reminder",
  "short_name": "GoRaise",
  "description": "GoRaise Donation Reminder lets you fundraise for free. Helping PTAs, sports clubs, charities and more through online shopping.",
  "version": "4.3.4resigned1",
  "icons": {
    "48": "images/icons/48x48.png",
    "96": "images/icons/[email protected]",
    "128": "images/icons/128x128.png"
  },
  "browser_action": {
    "default_title": "Your GoRaise Account",
    "default_icon": {
      "48": "images/icons/48x48.png"
    },
    "default_popup": "popover.html"
  },
  "background": {
    "scripts": [
      "scripts/vendor/uri.js",
      "scripts/background/helpers.js",
      "scripts/background/storage.js",
      "scripts/background/alerts.js",
      "scripts/background/database.js",
      "scripts/background/events.js",
      "scripts/background/app.js",
      "scripts/background/messenger.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "*://*/*"
      ],
      "css": [],
      "js": [
        "scripts/content/helpers.js",
        "scripts/content/retailer.js"
      ],
      "run_at": "document_start"
    }
  ],
  "web_accessible_resources": [
    "images/goraise-logo.png",
    "images/goraise-logo-full.png",
    "images/goraise-icon.png",
    "images/gr-icon-trans.png",
    "images/icons/sprite.png",
    "alerts/css/growl.css",
    "alerts/css/bar.css"
  ],
  "permissions": [
    "storage",
    "tabs",
    "cookies",
    "webNavigation",
    "identity",
    "*://*.goraise.co.uk/*"
  ]
}