Satsback.com: Earn bitcoin rewards

Earn bitcoin rewards when you shop online at more than 10K partner websites worldwide.
Premium users can view and search full source code, and see the source code differences between two versions.
Upgrade to premium
manifest.json
{
  "name": "Satsback.com: Earn bitcoin rewards",
  "version": "22.3.9",
  "description": "Earn free bitcoin rewards when you shop online at more than 10K merchants worldwide.",
  "homepage_url": "https://satsback.com/",
  "manifest_version": 2,
  "minimum_chrome_version": "74",
  "applications": {
    "gecko": {
      "id": "[email protected]",
      "strict_min_version": "67.0"
    }
  },
  "icons": {
    "48": "assets/images/satsback-icon-48.png",
    "96": "assets/images/satsback-icon-96.png",
    "128": "assets/images/satsback-icon-128.png"
  },
  "permissions": [
    "storage",
    "alarms",
    "*://satsback.com/*"
  ],
  "web_accessible_resources": [
    "satsback.html",
    "css/style.css",
    "satsback.js"
  ],
  "options_ui": {
    "chrome_style": true,
    "page": "options.html"
  },
  "background": {
    "persistent": true,
    "scripts": [
      "background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "*://*/*"
      ],
      "js": [
        "content-script.js"
      ]
    }
  ]
}