Inspect and view changes in Flower in the Dark source codes across current and past versions
Premium users can view and search full source code, and see the source code differences
between two versions.
Upgrade to premium
manifest.json
{
"manifest_version": 2,
"name": "Flower in the Dark",
"description": "Dark, simple theme with a single hepatica flower emerging from a dark background",
"theme": {
"colors": {
"bookmark_text": [
255,
255,
255
],
"frame": [
62,
60,
100
],
"ntp_text": [
201,
218,
241
],
"tab_background_text": [
255,
255,
255
],
"tab_background_text_inactive": [
255,
255,
255
],
"tab_background_text_incognito": [
255,
255,
255
],
"tab_background_text_incognito_inactive": [
255,
255,
255
],
"tab_text": [
255,
255,
255
],
"toolbar": [
32,
32,
40
]
},
"images": {
"theme_ntp_background": "images/theme_ntp_background.png"
},
"properties": {
"ntp_background_alignment": "center",
"ntp_background_repeat": "repeat",
"ntp_logo_alternate": 0
},
"tints": {
"buttons": [
0.6,
0.8,
0.8
],
"frame_inactive": [
-1,
-1,
-1
],
"frame_incognito": [
0.1,
0,
0.6
],
"frame_incognito_inactive": [
0.1,
0,
0.6
]
}
},
"update_url": "https://clients2.google.com/service/update2/crx",
"version": "2.0"
}