Rewards Bunny Cashback Platform

Rewards Bunny Cashback Platform

Shop and receive cashback in Crypto or USD with Rewards Bunny. Giving you rewards that multiply like bunnies!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 3,
  "version": "0.0.25",
  "short_name": "RewardsBunny",
  "name": "RewardsBunny",
  "description": "The best way to amplify your savings by getting the best coupon deals and earning real cash back!",
  "background": {
    "scripts": [
      "background.bundle.js"
    ]
  },
  "action": {
    "default_popup": "popup.html",
    "default_icon": "icon128-active.png"
  },
  "icons": {
    "128": "icon128-active.png"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "contentScript.bundle.js"
      ]
    }
  ],
  "permissions": [
    "activeTab",
    "cookies",
    "storage",
    "tabs",
    "webNavigation",
    "alarms"
  ],
  "host_permissions": [
    "<all_urls>"
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "injectTripInfoScript.js",
        "*.css",
        "icon128-active.png",
        "*.png"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{44fed2ff-06ad-4872-8ef6-0e6b4489e8b9}",
      "strict_min_version": "42.0"
    }
  }
}