Live Chat for Slack

Live Chat for Slack

Slack Chat - live chat with your website visitors right from Slack.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Live Chat for Slack",
  "version": "1.0",
  "description": "Slack Chat - live chat with your website visitors right from Slack.",
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "permissions": [
    "activeTab",
    "declarativeContent",
    "storage"
  ],
  "browser_action": {
    "default_title": "Chat with website visitors right from Slack",
    "default_icon": {
      "16": "images/socialintents16.png",
      "32": "images/socialintents32.png",
      "48": "images/socialintents48.png",
      "128": "images/socialintents128.png"
    }
  },
  "icons": {
    "16": "images/socialintents16.png",
    "32": "images/socialintents32.png",
    "48": "images/socialintents48.png",
    "128": "images/socialintents128.png"
  },
  "manifest_version": 2
}