Bloxy NFT Creator

Bloxy NFT Creator

Whitelisted users will have the ability to render and create Bloxy NFT artwork out of their own Roblox avatar

Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Bloxy NFT Creator",
  "description": "Whitelisted users will have the ability to render and create Bloxy NFT artwork out of their own Roblox avatar",
  "version": "2.9.3",
  "manifest_version": 3,
  "content_scripts": [
    {
      "matches": [
        "https://*.roblox.com/*"
      ],
      "js": [
        "main.js"
      ]
    }
  ]
}