Nexus - Roblox

Nexus for Roblox. Get up to 40% of your robux back on purchases you make on the catalog.
Premium users can view and search full source code, and see the source code differences between two versions.
Upgrade to premium
manifest.json
{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Nexus - Roblox",
  "version": "1.0",
  "description": "Nexus for Roblox. Get up to 40% of your robux back on purchases you make on the catalog.",
  "incognito": "split",
  "short_name": "Nexus",
  "background": {
    "service_worker": "scripts/Purchase.js"
  },
  "action": {
    "default_title": "Nexus",
    "default_popup": "popup.html",
    "default_icon": "assets/icon.png"
  },
  "declarative_net_request": {
    "rule_resources": [
      {
        "id": "Ruleset_1",
        "enabled": true,
        "path": "Ruleset.json"
      }
    ]
  },
  "host_permissions": [
    "https://*.roblox.com/*"
  ],
  "permissions": [
    "declarativeNetRequest",
    "webRequest",
    "storage"
  ]
}