Cashy: Earn cashback!

Cashy: Earn cashback!

Earn cashback with Cashy! Shop in your favorite online shops and get cashback & coupons.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 3,
  "version": "0.98.31",
  "name": "__MSG_appName__",
  "description": "__MSG_appDesc__",
  "default_locale": "es",
  "update_url": "https://clients2.google.com/service/update2/crx",
  "icons": {
    "48": "icons/cashy_gold_48.png",
    "96": "icons/cashy_gold_96.png",
    "128": "icons/128128.png"
  },
  "background": {
    "service_worker": "background.js"
  },
  "permissions": [
    "tabs",
    "notifications",
    "scripting",
    "storage"
  ],
  "host_permissions": [
    "<all_urls>"
  ],
  "action": {
    "default_icon": {
      "48": "icons/cashy_248.png",
      "96": "icons/cashy_296.png"
    },
    "default_title": "Cashy"
  }
}