Pei - Automatic Cash Back

Pei - Automatic Cash Back

Supercharge your finances with Pei to start earning cashback in Bitcoin or cash. Visit thousands of merchants to earn.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "version": "0.0.19",
  "name": "Pei - Automatic Cash Back",
  "short_name": "Pei",
  "description": "Supercharge your finances with Pei to start earning cashback in Bitcoin or cash. Visit thousands of merchants to earn.",
  "icons": {
    "128": "img/icon-disabled-128.png"
  },
  "permissions": [
    "contextMenus",
    "storage",
    "tabs",
    "clipboardWrite",
    "clipboardRead",
    "notifications",
    "background",
    "webRequest",
    "http://*/*",
    "https://*/*"
  ],
  "browser_action": {
    "default_icon": "img/icon-disabled-128.png"
  },
  "background": {
    "scripts": [
      "browser-polyfill.min.js",
      "background.js"
    ]
  },
  "content_security_policy": "script-src 'self' https://cdn.firebase.com https://*.firebaseio.com; object-src 'self'",
  "content_scripts": [
    {
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "run_at": "document_idle",
      "js": [
        "browser-polyfill.min.js",
        "content.js"
      ]
    }
  ],
  "externally_connectable": {
    "matches": [
      "http://localhost:3000/*",
      "https://*.wildlink.me/*",
      "https://*.getpei.com/*",
      "https://*.segment.com/*",
      "https://*.youpei.me/*"
    ]
  }
}