aboutsummaryrefslogtreecommitdiff
path: root/extra/Chrome/arc-dark-theme/manifest.json
blob: 76e82029f4f6943358c968015447a423e11790b8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
{
    "manifest_version":2,
    "theme":{
        "images":{
            "theme_frame":"images/theme_frame.png",
            "theme_toolbar":"images/theme_toolbar.png",
            "theme_tab_background":"images/theme_tab_background.png"
        },
        "colors":{
            "frame":[
                47,
                52,
                63
            ],
            "toolbar":[
                47,
                52,
                63
            ],
            "tab_text":[
                238,
                238,
                238
            ],
            "tab_background_text":[
                36,
                36,
                36
            ],
            "bookmark_text":[
                238,
                238,
                238
            ],
            "ntp_background":[
                64,
                69,
                82
            ],
            "ntp_text":[
                238,
                238,
                238
            ],
            "button_background":[
                59,
                66,
                80,
                1
            ]
        },
        "tints":{
            "buttons":[
                0,
                0,
                0.81
            ]
        },
        "properties":{
            "ntp_background_alignment":"bottom",
            "ntp_background_repeat":"no-repeat"
        }
    },
    "name":"__MSG_appName__",
    "version":"1.1",
    "description":"__MSG_appDesc__",
    "default_locale":"en"
}