RoMonitor Stats - Roblox Stats

RoMonitor Stats - Roblox Stats

View Roblox game analytics from RoMonitor Stats inside Roblox

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "__MSG_extName__",
  "version": "1.0.7",
  "description": "__MSG_extDesc__",
  "default_locale": "en",
  "content_scripts": [
    {
      "js": [
        "./dist/romoext.bundle.js"
      ],
      "css": [
        "romonitor.css"
      ],
      "matches": [
        "*://*.roblox.com/games/*",
        "*://*.roblox.com/users/*",
        "*://*.roblox.com/groups/*",
        "*://*.roblox.com/home*",
        "*://*.roblox.com/discover*",
        "https://romonitorstats.com/api/v1/extension/*"
      ]
    }
  ],
  "icons": {
    "48": "icon48.png",
    "128": "icon128.png"
  },
  "permissions": [
    "storage"
  ],
  "action": {
    "default_popup": "./src/options/options.html"
  }
}