チマメのテーマです
[ご注文はうさぎですか?]
[Gochuumon wa Usagi Desu ka ?]
[ごちうさ] [Gochiusa]
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": 2,
"version": "1.0.0",
"name": "Gochuumon wa Usagi Desu ka? Chimame Tai Theme",
"theme": {
"images": {
"theme_frame": "images/theme_frame.jpg",
"theme_frame_inactive": "images/theme_inactive.jpg",
"theme_frame_incognito": "images/theme_secret.jpg",
"theme_frame_incognito_inactive": "images/theme_secret_inactive.jpg",
"theme_tab_background": "images/theme_frame.jpg",
"theme_tab_background_incognito": "images/theme_secret.jpg",
"theme_ntp_background": "images/theme_ntp_background.jpg",
"theme_toolbar": "images/theme_toolbar.jpg"
},
"colors": {
"frame": [
255,
255,
255
],
"frame_inactive": [
152,
188,
233
],
"frame_incognito": [
83,
106,
139
],
"frame_incognito_inactive": [
126,
139,
156
],
"tab_text": [
255,
255,
255
],
"tab_background_text": [
0,
0,
0
],
"toolbar": [
153,
204,
255
]
},
"tints": {
"frame": [
-1,
-1,
-1
],
"buttons": [
150,
150,
150
],
"frame_inactive": [
-1,
-1,
-1
],
"frame_incognito": [
-1,
-1,
-1
],
"frame_incognito_inactive": [
-1,
-1,
-1
],
"background_tab": [
255,
255,
255
]
},
"properties": {
"ntp_background_alignment": "bottom",
"ntp_background_repeat": "no-repeat"
}
}
}