Geek Beat Chat

Geek Beat Chat

The Official Geek Beat Chatroom.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Geek Beat Chat",
  "description": "The Official Geek Beat Chatroom.",
  "version": "1.0.0",
  "manifest_version": 2,
  "permissions": [
    "tabs"
  ],
  "background": {
    "scripts": [
      "bg.js"
    ],
    "persistent": false
  },
  "browser_action": {
    "default_icon": "dextericon.png"
  }
}