"Embrace the power and majesty of the wild with Stag. This Chrome theme features the striking silhouette of a stag amidst…
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,
"version": "1.0.0",
"name": "stag",
"theme": {
"images": {
"theme_ntp_background": "theme_ntp_background.png"
},
"colors": {
"frame": [
204,
180,
122
],
"ntp_background": [
37,
123,
206
],
"tab_text": [
48,
40,
9
],
"tab_background_text": [
48,
40,
9
],
"bookmark_text": [
54,
54,
54
],
"ntp_text": [
69,
69,
69
],
"ntp_link": [
6,
55,
116
],
"ntp_header": [
54,
54,
54
],
"toolbar": [
196,
196,
196
],
"toolbar_text": [
48,
40,
9
],
"button_background": [
0,
0,
0,
0
],
"toolbar_button_icon": [
48,
40,
9
]
},
"tints": {},
"properties": {
"ntp_background_alignment": "center",
"ntp_background_repeat": "repeat-x"
}
}
}