Gettr Dark Theme

Gettr Dark Theme

Get dark theme on gettr!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Gettr Dark Theme",
  "version": "1.1",
  "description": "Get dark theme on gettr!",
  "permissions": [],
  "icons": {
    "16": "images/icon16.png",
    "32": "images/icon32.png",
    "48": "images/icon48.png",
    "128": "images/icon128.png"
  },
  "content_scripts": [
    {
      "matches": [
        "https://gettr.com/*"
      ],
      "css": [
        "content-style.css"
      ]
    }
  ],
  "manifest_version": 2
}