Pennywise Cash Back

Pennywise Cash Back

Compare offers from 40+ cash back sites, and keep track of your earnings

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Pennywise Cash Back",
  "author": "Pennywise Cash Back",
  "short_name": "Pennywise Cash Back",
  "homepage_url": "https://pennywisecashback.com/",
  "version": "2.0.2",
  "description": "Compare offers from 40+ cash back sites, and keep track of your earnings",
  "background": {
    "page": "bg.html",
    "persistent": true
  },
  "browser_action": {
    "default_title": "Pennywise Cash Back",
    "default_popup": "popup.html",
    "default_icon": {
      "128": "icons/icon-bw-128.png"
    }
  },
  "icons": {
    "128": "icons/icon-128.png"
  },
  "content_scripts": [
    {
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "js": [
        "/js/cs.vendor.chunk.js",
        "/js/cs.bundle.js"
      ],
      "run_at": "document_start",
      "all_frames": false
    }
  ],
  "web_accessible_resources": [
    "css/*"
  ],
  "permissions": [
    "webRequest",
    "http://*/*",
    "https://*/*",
    "tabs",
    "storage"
  ],
  "content_security_policy": "script-src 'self'; object-src 'self'; img-src * data:; font-src 'self' data:;",
  "manifest_version": 2
}