Dracula

Dracula Theme
Premium users can view and search full source code, and see the source code differences between two versions.
Upgrade to premium
manifest.json
{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Dracula",
  "description": "Dracula Theme",
  "version": "2.4",
  "author": "Mallowigi",
  "icons": {
    "128": "icon.png"
  },
  "theme": {
    "images": {
      "theme_ntp_background": "wall.png",
      "theme_toolbar": "topbar.png",
      "theme_tab_background": "tab.png"
    },
    "colors": {
      "background_tab": [
        40,
        42,
        54
      ],
      "background_tab_inactive": [
        40,
        42,
        54
      ],
      "background_tab_incognito": [
        25,
        26,
        33
      ],
      "background_tab_incognito_inactive": [
        40,
        42,
        54
      ],
      "bookmark_text": [
        248,
        248,
        242
      ],
      "button_background": [
        57,
        60,
        75
      ],
      "frame": [
        25,
        26,
        33
      ],
      "frame_inactive": [
        40,
        42,
        54
      ],
      "frame_incognito": [
        25,
        26,
        33
      ],
      "frame_incognito_inactive": [
        40,
        42,
        54
      ],
      "ntp_background": [
        25,
        26,
        33
      ],
      "ntp_header": [
        40,
        42,
        54
      ],
      "ntp_link": [
        255,
        121,
        197
      ],
      "ntp_text": [
        248,
        248,
        242
      ],
      "omnibox_background": [
        25,
        26,
        33
      ],
      "omnibox_text": [
        248,
        248,
        242
      ],
      "tab_background_text": [
        248,
        248,
        242
      ],
      "tab_background_text_inactive": [
        98,
        114,
        164
      ],
      "tab_background_text_incognito": [
        248,
        248,
        242
      ],
      "tab_background_text_incognito_inactive": [
        98,
        114,
        164
      ],
      "tab_text": [
        139,
        233,
        253
      ],
      "toolbar": [
        40,
        42,
        54
      ],
      "toolbar_button_icon": [
        98,
        114,
        164
      ],
      "toolbar_text": [
        248,
        248,
        242
      ]
    }
  }
}