Custom Background Roblox

Custom Background Roblox

Custom Background for roblox avatar editor

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Custom Background Roblox",
  "description": "Custom Background for roblox avatar editor",
  "version": "3.0.3",
  "content_scripts": [
    {
      "js": [
        "/js/bg.js"
      ],
      "matches": [
        "*://*.roblox.com/*"
      ],
      "all_frames": true,
      "run_at": "document_start"
    }
  ],
  "icons": {
    "128": "BG_128.png"
  },
  "content_security_policy": "script-src 'self' 'sha256-WOdSzz11/3cpqOdrm89LBL2UPwEU9EhbDtMy2OciEhs=' https://ssl.google-analytics.com/ga.js https://roblox.com; object-src 'self'",
  "browser_action": {
    "default_icon": "bg.png"
  }
}