RoPrice

RoPrice

Various useful features added to Roblox trading.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "RoPrice",
  "description": "Various useful features added to Roblox trading.",
  "version": "0.0.2",
  "manifest_version": 3,
  "content_scripts": [
    {
      "js": [
        "scripts/content.js"
      ],
      "matches": [
        "https://www.rolimons.com/*",
        "https://web.roblox.com/catalog/*"
      ]
    }
  ],
  "icons": {
    "128": "assets/smalllogo.png"
  },
  "web_accessible_resources": [
    {
      "resources": [
        "assets/notification.wav"
      ],
      "matches": [
        "https://www.rolimons.com/*"
      ]
    }
  ]
}