1
0
Fork 0
matched/dark-chrome/manifest.json

36 lines
1.0 KiB
JSON

{
"description": "Dark Matched: Low contrast dark theme",
"manifest_version": 2,
"name": "Dark Matched",
"icons": {
"128": "icon.png"
},
"theme": {
"colors": {
"bookmark_text": [ 153, 153, 153 ],
"frame": [ 0, 0, 0 ],
"frame_inactive": [ 19, 19, 19 ],
"frame_incognito": [ 37, 0, 62 ],
"frame_incognito_inactive": [ 37, 0, 62 ],
"ntp_background": [ 32, 32, 32 ],
"ntp_text": [ 153, 153, 153 ],
"tab_background_text": [ 124, 124, 124 ],
"tab_background_text_inactive": [ 90, 90, 90 ],
"tab_background_text_incognito": [ 134, 113, 148 ],
"tab_background_text_incognito_inactive": [ 85, 57, 105 ],
"tab_text": [ 195, 195, 195 ],
"toolbar": [ 33, 33, 33 ]
},
"tints": {
"buttons": [ 0.6, 0.0, 0.7 ],
"frame_inactive": [ -1, -1, -1 ],
"frame_incognito": [ -1, -1, -1 ],
"frame_incognito_inactive": [ -1, -1, -1 ]
},
"properties": {
"ntp_logo_alternate": 1
}
},
"version": "2"
}