Automatic Roblox Launcher!

Automatic Roblox Launcher!

When you open CHROME or FIREFOX (even Macbook) It will automatically shoot you to ROBLOX.com

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "Automatic Roblox Launcher",
  "manifest_version": 2,
  "short_name": "ROBLOX Auto Launcher",
  "description": "When you open CHROME or FIREFOX (even Macbook) It will automatically shoot you to ROBLOX.com",
  "version": "1.0.0",
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "browser_action": {
    "default_icon": "Game Consoles svg vector icon-16px.png"
  },
  "icons": {
    "128": "roblox-a8246d4c82e37d5b5a5442ce92f50192.png"
  }
}