Inspect and view changes in Ellie and Joel - The Last of Us 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.0",
"name": "Ellie and Joel - The Last of Us",
"description": "resolution 1366x768",
"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_toxic"
},
"colors": {
"ntp_link": [
216,
217,
217
],
"ntp_text": [
216,
217,
217
],
"ntp_section_link": [
216,
217,
217
],
"ntp_section_text": [
216,
217,
217
],
"ntp_background": [
68,
70,
69,
0.5
],
"ntp_header": [
25,
37,
27,
0.15
],
"ntp_section": [
25,
37,
27,
0.15
],
"frame": [
25,
37,
27
],
"toolbar": [
68,
70,
69
],
"tab_text": [
0,
0,
0
],
"tab_background_text": [
0,
0,
0
],
"bookmark_text": [
216,
217,
217
]
},
"tints": {
"buttons": [
0.416666666666666,
0.0144927536231885,
0.270588235294118
],
"frame_incognito": [
0.339869281045752,
0.182163187855788,
0.11441753171857
],
"frame_inactive": [
0.416666666666666,
0.0144927536231885,
0.85
],
"frame_incognito_inactive": [
0.416666666666666,
0.0144927536231885,
0.85
]
},
"properties": {
"ntp_background_alignment": "left top",
"ntp_background_repeat": "no-repeat"
}
}
}