Google Chat Sidebar

Google Chat Sidebar

Adds a button that shows Google Chat in the sidebar.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "description": "Adds a button that shows Google Chat in the sidebar. ",
  "name": "Google Chat Sidebar",
  "manifest_version": 2,
  "version": "1.0.0",
  "permissions": [],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "icons": {
    "19": "icons/19.png",
    "38": "icons/38.png",
    "48": "icons/48.png",
    "128": "icons/128.png"
  },
  "browser_action": {
    "default_icon": {
      "19": "icons/19.png",
      "38": "icons/38.png",
      "48": "icons/48.png",
      "128": "icons/128.png"
    },
    "default_title": "Open Google Chat Sidebar"
  },
  "sidebar_action": {
    "browser_style": false,
    "default_title": "Google Chat",
    "default_icon": {
      "19": "icons/19.png",
      "38": "icons/38.png",
      "48": "icons/48.png",
      "128": "icons/128.png"
    },
    "default_panel": "sidebar.html"
  }
}