url-chat

url-chat

Here you can talk to other people that are seeing the same URL that you are now

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "url-chat",
  "description": "Here you can talk to other people that are seeing the same URL that you are now",
  "version": "1.0.1",
  "browser_action": {
    "default_icon": "/img/chat_small.png",
    "default_popup": "/index.html",
    "default_title": "Click to open this URL's chat"
  },
  "permissions": [
    "activeTab",
    "storage"
  ]
}