ROBLOX Inventory Search Bar

ROBLOX Inventory Search Bar

Inventory Search Bar for ROBLOX ~ Luaox

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "ROBLOX Inventory Search Bar",
  "version": "1.1.9",
  "description": "Inventory Search Bar for ROBLOX ~ Luaox",
  "icons": {
    "128": "icon.png"
  },
  "content_scripts": [
    {
      "matches": [
        "http://*.roblox.com/*",
        "https://*.roblox.com/*"
      ],
      "js": [
        "InvenSearch.js"
      ]
    }
  ],
  "manifest_version": 2
}