Inspect and view changes in Lone Tody-flycatcher 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": "Lone Tody-flycatcher",
"version": "1.1",
"description": "Lone Tody-flycatcher Theme for Google Chrome.",
"author": "Jcmacph",
"theme": {
"images": {
"theme_frame": "theme_frame.png",
"theme_tab_background": "tab_background.png",
"theme_toolbar": "theme_toolbar.png",
"theme_ntp_background": "background.png"
},
"colors": {
"ntp_background": [
94,
82,
69
],
"ntp_text": [
255,
255,
255
],
"tab_background_text": [
0,
0,
0
],
"tab_text": [
0,
0,
0
],
"bookmark_text": [
0,
0,
0
]
},
"tints": {
"buttons": [
0,
0,
0.65
]
},
"properties": {
"ntp_background_alignment": "top",
"ntp_background_repeat": "no-repeat"
}
}
}