PageChat Beta

PageChat Beta

Allows you to chat with other PageChat users who are viewing this web 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": "PageChat Beta",
  "description": "Allows you to chat with other PageChat users who are viewing this web page.",
  "version": "0.2",
  "browser_action": {
    "default_icon": "iconTransparent.png",
    "default_popup": "popup.html"
  },
  "permissions": [
    "tabs",
    "storage",
    "http://23.21.148.208/"
  ]
}