Douugh Rewards

Douugh Rewards

Douugh Rewards for Chrome offers an easy way to earn cashback just by shopping at your favorite online stores. Every time you shop…

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "version": "1.0.13",
  "name": "Douugh Rewards",
  "short_name": "DOUUGH_CHROME_EXTENSION",
  "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAxNSNcxcEi04QuRyI2+vUsscTn5Z4JO6sWWxXIaURuVp35oVBdXzaIxyrzA7gnQ5MX8++xErjtsnaw/H3LE3ce94qF6l6JzsnnYSDaQ6Sy6VVkLN3UzQYYCulH4iky7tHx4/MQyHXgymITxtHWsS6aIJHkFtiDX6xCt8rm2Fa1CQ728uZNuCIvH9oecZkSqKDE+zINlLZ64IRqQ/w+mDtXy15RqC/LmKwAuB3rfEO2G6rkxZU1+K9zkNEjwAZ9/KALNVInDUHRC4/NU5gbLSCxQX6hvfNtoxAshI8iYrjIKCVBah/+5/vd2It5IJTgcsMKAg32uF9y746iTJLuhysOwIDAQAB",
  "description": "",
  "icons": {
    "128": "img/company-logo.png"
  },
  "permissions": [
    "storage",
    "tabs",
    "notifications",
    "background",
    "webRequest",
    "http://*/*",
    "https://*/*"
  ],
  "browser_action": {
    "default_icon": "img/company-logo.png"
  },
  "background": {
    "scripts": [
      "browser-polyfill.min.js",
      "background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "run_at": "document_start",
      "js": [
        "browser-polyfill.min.js",
        "content.js"
      ]
    }
  ],
  "web_accessible_resources": [
    "img/*",
    "earnings.html",
    "installation.html",
    "style.css",
    "earnings.css",
    "installation.css",
    "tthoves/*"
  ]
}