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,
"name": "Abstract Soft Blue",
"theme": {
"colors": {
"frame": [
183,
222,
255
],
"ntp_background": [
255,
255,
255
],
"ntp_header": [
12,
104,
165
],
"ntp_link": [
12,
104,
165
],
"ntp_section": [
69,
163,
225
],
"ntp_text": [
0,
0,
0
],
"toolbar": [
255,
255,
255
]
},
"images": {
"theme_frame": "images/theme_frame_test.png",
"theme_ntp_background": "images/theme_ntp_background.png",
"theme_tab_background": "images/theme_tab_background.png",
"theme_toolbar": "images/theme_toolbar_test.png"
},
"tints": {
"buttons": [
0.6,
0.816,
0.409
]
}
},
"version": "1.0"
}