Inspect and view changes in Classy Clue 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",
"manifest_version": 2,
"version": "1",
"name": "Classy Clue",
"description": "A classic Light Blue Theme For Google Chrome Brought to you by Studio Vixio",
"theme": {
"colors": {
"frame": [
78,
148,
234
],
"toolbar": [
255,
255,
255
],
"ntp_background": [
255,
255,
255
],
"frame_incognito": [
31,
58,
91
],
"frame_incognito_inactive": [
27,
54,
87
],
"tab_text": [
41,
74,
112
],
"bookmark_text": [
41,
74,
112
],
"tab_background_text": [
245,
248,
253
],
"ntp_text": [
41,
74,
112
]
},
"tints": {
"buttons": [
0.7,
0.9,
0.2
],
"frame_inactive": [
-1,
-1,
-1
],
"frame_incognito": [
-1,
-1,
-1
],
"frame_incognito_inactive": [
-1,
-1,
-1
]
}
}
}