beta-chat-thread-picker

beta-chat-thread-picker

Google Chat Extension to add a Thread Picker

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "beta-chat-thread-picker",
  "description": "Google Chat Extension to add a Thread Picker",
  "version": "1.0.0",
  "content_scripts": [
    {
      "matches": [
        "https://chat.google.com/*"
      ],
      "js": [
        "./fixes/threads/thread-v2.js"
      ]
    }
  ],
  "permissions": [
    "activeTab",
    "storage"
  ]
}