GreenH2O Rewards

GreenH2O Rewards

Support water charities – for free – and save money with automatic discount codes when you shop online.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "GreenH2O Rewards",
  "author": "GreenH2O Rewards",
  "version": "2.1.1",
  "manifest_version": 2,
  "description": "Support water charities – for free – and save money with automatic discount codes when you shop online.",
  "icons": {
    "16": "icons/on/on_16x16.png",
    "32": "icons/on/on_32x32.png",
    "48": "icons/on/on_48x48.png",
    "128": "icons/on/on_128x128.png"
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "content_security_policy": "object-src 'self'",
  "permissions": [
    "http://*/",
    "https://*/",
    "tabs",
    "cookies",
    "alarms",
    "webRequest"
  ],
  "web_accessible_resources": [
    "*"
  ],
  "browser_action": {
    "default_icon": {
      "16": "icons/off/off_16x16.png",
      "32": "icons/off/off_32x32.png",
      "48": "icons/off/off_48x48.png",
      "128": "icons/off/off_128x128.png"
    },
    "default_title": "GreenH2O Rewards",
    "default_popup": "popup.html"
  },
  "options_page": "options.html",
  "default_locale": "en",
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}