Cashback Easy : Get Automatic Cash Back & Coupons

Cashback Easy : Get Automatic Cash Back & Coupons

Save money and earn rewards when you shop online. The best coupons and the most Cash Back at thousands of stores !

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "icons": {
    "16": "icon16.plasmo.6c567d50.png",
    "32": "icon32.plasmo.76b92899.png",
    "48": "icon48.plasmo.aced7582.png",
    "64": "icon64.plasmo.8bb5e6e0.png",
    "128": "icon128.plasmo.3c1ed2d2.png"
  },
  "manifest_version": 3,
  "action": {
    "default_icon": {
      "16": "icon16.plasmo.6c567d50.png",
      "32": "icon32.plasmo.76b92899.png",
      "48": "icon48.plasmo.aced7582.png",
      "64": "icon64.plasmo.8bb5e6e0.png",
      "128": "icon128.plasmo.3c1ed2d2.png"
    },
    "default_popup": "popup.html"
  },
  "version": "1.2.0",
  "author": "[email protected]",
  "name": "Cashback Easy : Get Automatic Cash Back & Coupons",
  "description": "Save money and earn rewards when you shop online.  The best coupons and the most Cash Back at thousands of stores !",
  "homepage_url": "https://www.cashbackeasy.com",
  "background": {
    "service_worker": "static/background/index.js"
  },
  "options_ui": {
    "page": "options.html",
    "open_in_tab": true
  },
  "permissions": [
    "storage",
    "tabs",
    "unlimitedStorage",
    "alarms"
  ],
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "install.962438ee.js"
      ],
      "run_at": "document_start",
      "css": []
    },
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "tracking.15b7c141.js"
      ],
      "run_at": "document_start",
      "css": [
        "font.464325b6.css"
      ]
    }
  ],
  "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA9Y8LtcW4A7jMo354iVVHuH8nYZxyD3w37IoZUnKlL0xwKIE3vq+GHPEkKGv+YstKBKlB0AgLOr86Sw+ECsntux8ib76Mk++bxL5phrq/FlXTfDnnWQUS0qyONdfZEes6uvO03cSn7h5xvvS+8No9XdIsBovotqfNfH6gbxd245uuUx4l1K5mz7dCu11D7ojZVPRIybATEdhTFJZBjsi/p2fyS3wgkXnqKhCDtXqKEhBIcIxh9occtQV4LJnDIuixjkf00i5ja/e3Qbm4pnu+RpWuAwaTvhK2G9lALALonj0FEd2T5+6peadmxKU11LRLzRf7V1RNZRE87OftB7e+3QIDAQAB",
  "omnibox": {
    "keyword": "cashbackeasy"
  },
  "host_permissions": [
    "http://*/*",
    "https://*/*"
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "assets/*.png"
      ],
      "matches": [
        "http://*/*",
        "https://*/*"
      ]
    },
    {
      "matches": [
        "<all_urls>"
      ],
      "resources": [
        "SourceSerifPro-SemiBold.36d75742.ttf",
        "tracking.533269ff.css",
        "Checkbox.18c61724.png",
        "tracking.d7c39bbb.css",
        "SourceSerifPro-SemiBold.36d75742.ttf",
        "tracking.93a5d608.png",
        "tracking.8820f85a.png",
        "tracking.24891463.png",
        "tracking.219498cc.png",
        "tracking.68d88d0d.png",
        "tracking.3ec65913.png",
        "tracking.0c18115b.png",
        "tracking.36b031a6.png",
        "tracking.b23f22fc.png",
        "tracking.51892570.png",
        "tracking.ffdf862a.png",
        "tracking.64725465.png"
      ]
    }
  ]
}