Inspect and view changes in Real simple blue 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
{
"update_url": "https://clients2.google.com/service/update2/crx",
"description": "It's a blue theme.",
"manifest_version": 2,
"name": "Real simple blue",
"theme": {
"colors": {
"background_tab": [
23,
110,
175
],
"background_tab_inactive": [
23,
110,
175
],
"background_tab_incognito": [
23,
110,
175
],
"background_tab_incognito_inactive": [
23,
110,
175
],
"bookmark_text": [
193,
193,
196
],
"button_background": [
33,
124,
199
],
"frame": [
33,
124,
199
],
"ntp_background": [
27,
73,
142
],
"ntp_link": [
188,
198,
209
],
"ntp_text": [
50,
50,
50
],
"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": [
27,
73,
142
]
},
"images": {
"theme_frame": "images/theme_frame.png",
"theme_ntp_background": "images/theme_ntp_background.jpg",
"theme_tab_background": "images/theme_tab_background.png",
"theme_toolbar": "images/theme_toolbar.png"
},
"properties": {
"ntp_background_alignment": "bottom",
"ntp_background_repeat": "no-repeat"
},
"tints": {
"background_tab": [
50,
56,
61
],
"buttons": [
0,
0.03,
0.79
],
"frame": [
24,
26,
27
],
"frame_inactive": [
24,
26,
27
],
"frame_incognito": [
24,
26,
27
],
"frame_incognito_inactive": [
24,
26,
27
]
}
},
"version": "1.1.4"
}