Raise.com

Raise.com

Unlock discounted and cash back gift cards, coupons, and today's best offers with Raise.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Raise.com",
  "description": "Unlock discounted and cash back gift cards, coupons, and today's best offers with Raise.",
  "version": "1.18",
  "permissions": [
    "tabs",
    "https://raise.com/",
    "https://www.raise.com/"
  ],
  "browser_action": {
    "default_popup": "popup.html"
  },
  "background": {
    "scripts": [
      "animation.js",
      "tracking.js",
      "background.js"
    ],
    "persistent": false
  },
  "icons": {
    "16": "img/icon16x16.png",
    "32": "img/icon32x32.png",
    "48": "img/icon48x48.png",
    "128": "img/icon128x128.png"
  },
  "content_security_policy": "script-src 'self' https://www.google-analytics.com; object-src 'self'"
}