Inspect and view changes in Beautiful Bird On A Hand 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,
"name": "Beautiful Bird On A Hand",
"description": "Minimalistic theme for Google Chrome of a tropical bird on a human hand.",
"version": "1.0.0.1",
"theme": {
"images": {
"theme_frame": "black.png",
"theme_frame_overlay": "black.png",
"theme_toolbar": "black.png",
"theme_ntp_background": "Beautiful-Bird-On-Hand.png",
"theme_button_background": "black.png"
},
"colors": {
"ntp_section_link": [
255,
255,
255
],
"ntp_text": [
255,
255,
255
],
"ntp_link": [
0,
0,
0
],
"ntp_section": [
255,
255,
255
],
"ntp_section_text": [
255,
255,
255
],
"toolbar": [
0,
0,
0
],
"tab_text": [
255,
255,
255
],
"tab_background_text": [
255,
255,
255
],
"bookmark_text": [
255,
255,
255
]
},
"tints": {
"buttons": [
0.33,
0.5,
0.47
]
},
"properties": {
"ntp_background_alignment": "bottom"
}
}
}