Dracula Theme (Minimal)
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 Theme",
"description": "Dracula Theme (Minimal)",
"version": "1.0",
"author": "RixzZ",
"theme": {
"colors": {
"frame": [
29,
30,
38
],
"frame_inactive": [
29,
30,
38
],
"frame_incognito": [
29,
30,
38
],
"frame_incognito_inactive": [
29,
30,
38
],
"background_tab": [
40,
42,
54
],
"background_tab_inactive": [
40,
42,
54
],
"background_tab_incognito": [
40,
42,
54
],
"background_tab_incognito_inactive": [
40,
42,
54
],
"bookmark_text": [
248,
248,
242
],
"tab_background_text": [
248,
248,
242
],
"tab_background_text_inactive": [
248,
248,
242
],
"tab_background_text_incognito": [
248,
248,
242
],
"tab_background_text_incognito_inactive": [
248,
248,
242
],
"tab_text": [
248,
248,
242
],
"toolbar": [
68,
71,
90
],
"toolbar_button_icon": [
248,
248,
242
],
"omnibox_text": [
248,
248,
242
],
"omnibox_background": [
40,
42,
54
]
}
}
}