CubeChat

CubeChat

A simple online chat service where you can move your cube while chatting with others.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "CubeChat",
  "short_name": "CubeChat",
  "version": "1.0",
  "description": "A simple online chat service where you can move your cube while chatting with others.",
  "permissions": [
    "storage"
  ],
  "browser_action": {
    "default_popup": "popup.html",
    "default_icon": {
      "16": "images/logos/cubechat.png",
      "32": "images/logos/cubechat.png",
      "48": "images/logos/cubechat.png",
      "128": "images/logos/cubechat.png"
    }
  },
  "icons": {
    "16": "images/logos/cubechat.png",
    "32": "images/logos/cubechat.png",
    "48": "images/logos/cubechat.png",
    "128": "images/logos/cubechat.png"
  },
  "manifest_version": 2
}