Inspect and view changes in Team Valor Pokeball - Pokemon GO 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",
"version": "1.1",
"name": "Team Valor Pokeball - Pokemon GO",
"description": "RES: 1366x768 See facebook.com/toxicthemesv2 for loads more, requests. re-size and competitions.",
"manifest_version": 2,
"theme": {
"images": {
"theme_toolbar": "images/toolbar.png",
"theme_frame": "images/frame.png",
"theme_tab_background": "images/tab.png",
"theme_ntp_background": "images/background.jpg"
},
"colors": {
"ntp_link": [
50,
27,
27
],
"ntp_text": [
50,
27,
27
],
"ntp_section_link": [
50,
27,
27
],
"ntp_section_text": [
50,
27,
27
],
"ntp_background": [
176,
108,
109,
0.5
],
"ntp_header": [
136,
1,
0,
0.15
],
"ntp_section": [
136,
1,
0,
0.15
],
"frame": [
136,
1,
0
],
"toolbar": [
176,
108,
109
],
"tab_text": [
50,
27,
27
],
"tab_background_text": [
50,
27,
27
],
"bookmark_text": [
50,
27,
27
]
},
"tints": {
"buttons": [
0.997549019607843,
0.300884955752212,
0.556862745098039
],
"frame_incognito": [
0.00115340253748558,
0.941176470588235,
0.250980392156863
],
"frame_inactive": [
0.997549019607843,
0.300884955752212,
0.15
],
"frame_incognito_inactive": [
0.997549019607843,
0.300884955752212,
0.15
]
},
"properties": {
"ntp_background_alignment": "left top",
"ntp_background_repeat": "no-repeat"
}
}
}