Roblox For Chrome

Roblox For Chrome

Roblox extension provide you with HD Roblox wallpaper backgrounds. Themes designed for Roblox fans.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "background": {
    "service_worker": "/html/chrome/background.js"
  },
  "action": {
    "default_icon": {
      "16": "html/skin/icons/logo_16.png",
      "48": "html/skin/icons/logo_48.png",
      "128": "html/skin/icons/logo_128.png"
    }
  },
  "chrome_url_overrides": {
    "newtab": "/html/index.html"
  },
  "description": "Roblox extension provide you with HD Roblox wallpaper backgrounds. Themes designed for Roblox fans.",
  "icons": {
    "16": "html/skin/icons/logo_16.png",
    "48": "html/skin/icons/logo_48.png",
    "128": "html/skin/icons/logo_128.png"
  },
  "manifest_version": 3,
  "name": "Roblox For Chrome",
  "offline_enabled": true,
  "permissions": [
    "topSites"
  ],
  "version": "90.10.289.111"
}