Kilvish - Dark Teamwork

Kilvish - Dark Teamwork

Dark theme for Teamwork Chat by Suman

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Kilvish - Dark Teamwork",
  "version": "0.3",
  "manifest_version": 3,
  "description": "Dark theme for Teamwork Chat by Suman",
  "icons": {
    "48": "Kilvish_48.png",
    "128": "Kilvish_128.png"
  },
  "action": {
    "default_icon": "Kilvish_128.png",
    "default_popup": "popup.html"
  },
  "content_scripts": [
    {
      "matches": [
        "https://*.teamwork.com/chat/*"
      ],
      "all_frames": true,
      "css": [
        "./style.css"
      ]
    }
  ]
}