Ro-Game Finder

Ro-Game Finder

Helps narrow down roblox games to make it easier to find new ones!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Ro-Game Finder",
  "description": "Helps narrow down roblox games to make it easier to find new ones!",
  "version": "1.0",
  "action": {
    "default_popup": "open.html",
    "default_icon": "icon.png"
  },
  "icons": {
    "16": "icon.png",
    "32": "icon.png",
    "48": "icon.png",
    "128": "icon.png"
  },
  "content_scripts": [
    {
      "js": [
        "scripts/content.js"
      ],
      "matches": [
        "https://www.roblox.com/discover#/*",
        "https://www.roblox.com/discover/*"
      ]
    }
  ]
}