Inspect and view changes in Beached Over v2 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": "2.0",
"name": "Beached Over v2",
"description": "Resolution 1366x768 - was asked to do an update on Beached Over, so here is version 2",
"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": [
15,
46,
61
],
"ntp_text": [
15,
46,
61
],
"ntp_section_link": [
15,
46,
61
],
"ntp_section_text": [
15,
46,
61
],
"ntp_background": [
162,
208,
232,
0.5
],
"ntp_header": [
109,
201,
252,
0.15
],
"ntp_section": [
109,
201,
252,
0.15
],
"frame": [
109,
201,
252
],
"toolbar": [
162,
208,
232
],
"tab_text": [
15,
46,
61
],
"tab_background_text": [
15,
46,
61
],
"bookmark_text": [
15,
46,
61
]
},
"tints": {
"buttons": [
0.557142857142857,
0.603448275862069,
0.772549019607843
],
"frame_incognito": [
0.526532291238173,
0.903276746940387,
0.666205305651672
],
"frame_inactive": [
0.557142857142857,
0.603448275862069,
0.15
],
"frame_incognito_inactive": [
0.557142857142857,
0.603448275862069,
0.15
]
},
"properties": {
"ntp_background_alignment": "left top",
"ntp_background_repeat": "no-repeat"
}
}
}