A theme for Ghana@55. It has the flag of Ghana and images of all presidents of the nation since independence: 6th March, 1957.
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": "http://clients2.google.com/service/update2/crx",
"name": "Ghana@55 Theme",
"version": "2.0",
"theme": {
"images": {
"theme_frame": "images/theme_frame.png",
"theme_toolbar": "images/theme_toolbar.png",
"theme_ntp_background": "images/ntp_background.png",
"theme_ntp_attribution": "images/atribution.png"
},
"colors": {
"frame": [
0,
0,
0
],
"toolbar": [
255,
0,
0
],
"tab_text": [
255,
255,
255
],
"tab_ background_text": [
0,
0,
0
],
"ntp_text": [
0,
0,
0
],
"ntp_link": [
255,
0,
0
],
"ntp_header": [
205,
185,
23
],
"ntp_section": [
231,
191,
0
],
"ntp_section_link": [
255,
0,
0
],
"ntp_section_text": [
0,
0,
0
]
},
"properties": {
"ntp_background_alignment": "bottom",
"ntp_background_repeat": "repeat"
}
}
}