ChatExt - Google Chat theme

ChatExt - Google Chat theme

ChatExt - Best look and feel for Google Chat

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "ChatExt - Google Chat theme",
  "short_name": "ChatExt",
  "version": "1.0.0.35",
  "icons": {
    "16": "images/icon.png",
    "32": "images/icon.png",
    "64": "images/icon.png",
    "128": "images/icon.png"
  },
  "description": "ChatExt - Best look and feel for Google Chat",
  "content_scripts": [
    {
      "matches": [
        "https://mail.google.com/chat/*",
        "https://chat.google.com/*"
      ],
      "js": [
        "libs/jquery-3.3.1.min.js",
        "libs/jquery-ui.js",
        "app2.js",
        "private-chat.js"
      ],
      "css": [
        "css/private-chat.css",
        "css/setting-space.css",
        "css/app2.css"
      ],
      "all_frames": true
    }
  ],
  "manifest_version": 3
}