Chirpyest: Best Cash Back Shopping

Chirpyest: Best Cash Back Shopping

Shop, share, and earn cash back!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Chirpyest: Best Cash Back Shopping",
  "version": "2.14.6",
  "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAuucJOj/X/JlwvsgsTdpKCc0AC5t7VPwVx7f/bOCGa89U6n8wPj/UDpPM1mn6Q633Vz+JvHOlmWdYNEbq8ksC/HbXM4Ar1F+RajJC1dbjngtI6p4/cDuJHruFoMSig6vPhW5p6XVIFWAMwNVHwbyZKdfQ7Ws5v5VmKGLGllpff6lwI0acrZWQgacn/LzFhJrQO08Hgw3Ux2fbLmVzDHfW+3NPcJ/KkRffy84Uinzpi7YWHx/U/OYl053mYFjIrRRiO7eGFHLnWV44lkQqy9YAalSZsVBXsvzjxed55tvX9OaSVEecbZPwWKxOyKwOSOdkHf6uL6eXzm3M3Pu75+zjtwIDAQAB",
  "description": "Shop, share, and earn cash back!",
  "icons": {
    "16": "icons/chirpyest16x16.png",
    "32": "icons/chirpyest32x32.png",
    "48": "icons/chirpyest48x48.png",
    "128": "icons/chirpyest128x128.png"
  },
  "background": {
    "scripts": [
      "scripts/background.js"
    ],
    "persistent": true
  },
  "permissions": [
    "activeTab",
    "tabs",
    "http://*/*",
    "https://*/*",
    "storage",
    "alarms",
    "webNavigation",
    "webRequest"
  ],
  "content_scripts": [
    {
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "js": [
        "scripts/content.js"
      ],
      "run_at": "document_start",
      "all_frames": false
    }
  ],
  "web_accessible_resources": [
    "icons/*.svg",
    "icons/*.otf",
    "icons/*.png",
    "styles/modalReset.css"
  ],
  "browser_action": {
    "default_icon": {
      "16": "icons/chirpyest-disabled-16x16.png",
      "32": "icons/chirpyest-disabled-32x32.png",
      "48": "icons/chirpyest-disabled-48x48.png",
      "128": "icons/chirpyest-disabled-128x128.png"
    },
    "default_title": "Chirpyest: Best Cash Back Shopping",
    "default_popup": "index.html"
  },
  "content_security_policy": "script-src-elem 'self' 'unsafe-inline' https://static.klaviyo.com https://static-tracking.klaviyo.com; object-src 'self'"
}