RBXDemon Cashback: Get Robux back from Roblox

RBXDemon Cashback: Get Robux back from Roblox

Get huge R$ Cashback on every ROBLOX purchase made through the website! Fully integrated with the RBXDemon rewards site!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "RBXDemon Cashback: Get Robux back from Roblox",
  "version": "1.0.5",
  "description": "Get huge R$ Cashback on every ROBLOX purchase made through the website! Fully integrated with the RBXDemon rewards site!",
  "icons": {
    "16": "assets/Icon16.png",
    "32": "assets/Icon32.png",
    "48": "assets/Icon48.png",
    "64": "assets/Icon64.png",
    "128": "assets/icon.png"
  },
  "short_name": "RBXDemon Cashback",
  "incognito": "split",
  "minimum_chrome_version": "88",
  "background": {
    "service_worker": "Purchase.js"
  },
  "action": {
    "default_title": "RBXDemon Cashback",
    "default_popup": "Interface.html",
    "default_icon": {
      "128": "assets/icon.png"
    }
  },
  "declarative_net_request": {
    "rule_resources": [
      {
        "id": "Ruleset_1",
        "enabled": true,
        "path": "Ruleset.json"
      }
    ]
  },
  "host_permissions": [
    "https://*.roblox.com/*",
    "https://*.rbxcdn.com/*",
    "https://phpstack-819141-3293670.cloudwaysapps.com/*"
  ],
  "content_scripts": [
    {
      "matches": [
        "https://www.roblox.com/catalog/*",
        "https://www.roblox.com/bundles/*",
        "https://www.roblox.com/game-pass/*"
      ],
      "js": [
        "js/jquery.js",
        "show_cashback.js"
      ]
    }
  ],
  "permissions": [
    "declarativeNetRequest",
    "webRequest"
  ]
}