Inspect and view changes in Avatar the Last Airbender 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": "http://clients2.google.com/service/update2/crx",
"version": "1.3",
"name": "Avatar the Last Airbender",
"description": "A fan-made theme featuring characters from the TV series Avatar the Last Airbender.",
"manifest_version": 2,
"theme": {
"images": {
"theme_frame": "img/frame.jpg",
"theme_toolbar": "img/toolbar.jpg",
"theme_ntp_background": "img/ntp_background.jpg",
"theme_ntp_attribution": "img/ntp_attribution.png",
"theme_frame_overlay": "img/frame_overlay.png"
},
"colors": {
"bookmark_text": [
255,
255,
255
],
"ntp_link": [
0,
0,
0
],
"ntp_section": [
60,
5,
5
],
"ntp_section_link": [
60,
5,
5
],
"ntp_section_text": [
60,
5,
5
],
"ntp_background": [
91,
77,
103
],
"ntp_text": [
0,
0,
0
],
"button_background": [
60,
5,
5
],
"tab_background_text": [
191,
162,
125
],
"tab_text": [
255,
255,
255
],
"frame": [
160,
181,
210
],
"toolbar": [
60,
5,
5
]
},
"properties": {
"ntp_background_alignment": "top right"
},
"tints": {
"buttons": [
1,
1,
1
],
"background_tab": [
0,
0,
0
]
}
}
}