RoSuite - Next Level Roblox

RoSuite - Next Level Roblox

Taking your Roblox experience to the next level!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 3,
  "name": "__MSG_appName__",
  "short_name": "RoSuite",
  "version": "0.9.7",
  "version_name": "v1.4",
  "icons": {
    "16": "img/logo/16x.png",
    "48": "img/logo/48x.png",
    "128": "img/logo/128x.png"
  },
  "default_locale": "en",
  "action": {
    "default_icon": {
      "16": "img/logo/16x.png"
    },
    "default_title": "RoSuite",
    "default_popup": "html/popup.html"
  },
  "description": "__MSG_appDesc__",
  "author": "thebroz",
  "background": {
    "service_worker": "sw.js"
  },
  "permissions": [
    "notifications",
    "storage"
  ],
  "content_scripts": [
    {
      "all_frames": true,
      "matches": [
        "*://*.roblox.com/*"
      ],
      "css": [
        "css/all.css"
      ],
      "js": [
        "js/lib/!util.js",
        "js/home.js",
        "js/profile.js",
        "js/games.js",
        "js/friends.js",
        "js/catalog.js",
        "js/inject.js",
        "js/sidenav.js",
        "js/all.js",
        "js/inventory.js",
        "js/settings.js"
      ],
      "run_at": "document_idle"
    },
    {
      "all_frames": true,
      "matches": [
        "*://*.rosuite.xyz/*"
      ],
      "css": [
        "css/all.css"
      ],
      "js": [
        "js/lib/!util.js"
      ],
      "run_at": "document_idle"
    }
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "css/*",
        "img/*",
        "js/*",
        "fonts/*"
      ],
      "matches": [
        "*://*.roblox.com/*"
      ]
    }
  ],
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}