by roundabout, Friday, 21 October 2016, 11:40:06 (1477050006), pushed by roundabout, Sunday, 11 May 2025, 13:22:01 (1746969721)
Author identity: nana-4 <hnmaigo@gmail.com>
a6437aca8b3967015280c66e2779e45f694ccfb2
chrome/Flat-Plat-Light Theme.crx
chrome/Flat-Plat-Light Theme/images/theme_frame.png
chrome/Flat-Plat-Light Theme/images/theme_toolbar.png
chrome/Flat-Plat-Light Theme/manifest.json
@@ -0,0 +1,37 @@
{
"manifest_version": 2,
"name": "Flat-Plat-Light Theme",
"version": "3",
"description": "",
"theme": {
"images": {
"theme_frame": "images\/theme_frame.png",
"theme_toolbar": "images\/theme_toolbar.png"
},
"colors": {
"frame": [224, 224, 224],
"frame_inactive": [224, 224, 224],
"frame_incognito": [224, 224, 224],
"frame_incognito_inactive": [224, 224, 224],
"toolbar": [255, 255, 255],
"tab_text": [51, 51, 51],
"tab_background_text": [51, 51, 51],
"bookmark_text": [51, 51, 51],
"ntp_background": [255, 255, 255],
"ntp_text": [51, 51, 51],
"button_background": [0, 0, 0, 0]
},
"tints": {
"buttons": [-1, -1, -1],
"frame": [-1, -1, -1],
"frame_inactive": [-1, -1, -1],
"frame_incognito": [-1, -1, -1],
"frame_incognito_inactive": [-1, -1, -1],
"background_tab": [-1, -1, 0.475]
},
"properties": {
"ntp_background_alignment": "bottom",
"ntp_background_repeat": "no-repeat"
}
}
}