WIJ Extension

WIJ Extension

Quicker access to the WIJ ROBLOX group page!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "WIJ Extension",
  "description": "Quicker access to the WIJ ROBLOX group page!",
  "version": "1",
  "permissions": [
    "http://www.roblox.com/My/Groups.aspx?gid=53272"
  ],
  "browser_action": {
    "default_icon": "WIJ Logo.png",
    "default_popup": "popup.html"
  }
}