Blockreward - Earn Crypto & Gift Card Rewards

Blockreward - Earn Crypto & Gift Card Rewards

Earn crypto & gift card rewards with a click of a button.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Blockreward - Earn Crypto & Gift Card Rewards",
  "description": "Earn crypto & gift card rewards with a click of a button.",
  "version": "1.0.0",
  "action": {
    "default_popup": "app/surveys.html",
    "default_icon": {
      "16": "app/assets/images/icon-16.png",
      "32": "app/assets/images/icon-32.png",
      "48": "app/assets/images/icon-48.png",
      "128": "app/assets/images/icon-128.png"
    }
  },
  "permissions": [
    "storage"
  ],
  "host_permissions": [
    "https://use.blockreward.app/extension/api"
  ]
}