Hottest New Roblox Games New Tab

Hottest New Roblox Games New Tab

Discover the fastest growing Roblox games before your friends (updated daily)

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Hottest New Roblox Games New Tab",
  "version": "0.1.9",
  "description": "Discover the fastest growing Roblox games before your friends (updated daily)",
  "permissions": [
    "management",
    "storage"
  ],
  "chrome_url_overrides": {
    "newtab": "roblox_tab.html"
  },
  "icons": {
    "128": "128.png"
  },
  "content_security_policy": "script-src 'self' https://www.google-analytics.com https://www.googletagmanager.com; object-src 'self'"
}