Webtalk.io Chat

Webtalk.io Chat

Webtalk.io is an app that enables users to chat in real-time while browsing any website

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Webtalk.io Chat",
  "description": "Webtalk.io is an app that enables users to chat in real-time while browsing any website",
  "version": "1.0.3",
  "author": "Rombots Team",
  "homepage_url": "http://www.webtalk.io",
  "short_name": "Webtalk.io",
  "permissions": [
    "http://www.webtalk.io/",
    "activeTab"
  ],
  "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
  "browser_action": {
    "default_icon": "img/webtalk_logo.png",
    "default_popup": "chatroom.html"
  },
  "icons": {
    "16": "img/webtalk_logo_16.png",
    "48": "img/webtalk_logo_48.png",
    "128": "img/webtalk_logo_128.png"
  }
}