Inspect and view changes in Dota Theme Puck Again 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",
"name": "Dota Theme Puck Again",
"description": "Dota theme by orczhou.com",
"theme": {
"colors": {
"bookmark_text": [
255,
255,
255
],
"frame": [
255,
255,
255
],
"ntp_background": [
0,
0,
0
],
"ntp_header": [
200,
205,
211,
1
],
"ntp_link": [
255,
255,
255
],
"ntp_section": [
255,
255,
255,
0.8
],
"ntp_section_link": [
10,
31,
0
],
"ntp_section_text": [
10,
31,
0
],
"ntp_text": [
255,
255,
255
],
"tab_background_text": [
255,
255,
255
],
"tab_text": [
255,
255,
255
],
"toolbar": [
10,
31,
0
]
},
"images": {
"theme_ntp_background": "images/puckagain.png",
"theme_button_background": "images/button_bg.png",
"theme_frame": "images/frame.png",
"theme_tab_background": "images/tab_bg.png",
"theme_toolbar": "images/toolbar.png"
},
"properties": {
"ntp_background_alignment": "top",
"ntp_background_repeat": "no-repeat",
"ntp_logo_alternate": 1
},
"tints": {
"buttons": [
1,
1,
1
]
}
},
"version": "0.3",
"manifest_version": 2
}