Inspect and view changes in Seaplane at the Beach 1080p 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",
"name": "__MSG_name__",
"description": "__MSG_description__",
"manifest_version": 3,
"version": "1.0.0",
"default_locale": "en",
"icons": {
"128": "icon.png"
},
"theme": {
"properties": {
"ntp_background_alignment": "bottom",
"ntp_background_repeat": "no-repeat",
"ntp_logo_alternate": 1
},
"colors": {
"toolbar": [
255,
255,
255
],
"frame": [
0,
0,
0
],
"frame_inactive": [
0,
0,
0
],
"ntp_text": [
255,
255,
255
],
"ntp_background": [
255,
255,
255
],
"tab_background_text": [
235,
248,
255
],
"tab_background_text_inactive": [
235,
248,
255
],
"toolbar_button_icon": [
199,
104,
93
],
"omnibox_text": [
199,
104,
93
],
"tab_text": [
199,
104,
93
],
"bookmark_text": [
199,
104,
93
],
"omnibox_background": [
232,
232,
232
],
"ntp_link": [
251,
255,
117
],
"background_tab": [
194,
194,
194
],
"background_tab_inactive": [
194,
194,
194
],
"toolbar_text": [
199,
104,
93
]
},
"images": {
"theme_ntp_background": "theme_ntp_background.png",
"theme_tab_background": "theme_tab_background.png",
"theme_frame": "theme_frame.png",
"theme_frame_inactive": "theme_frame_inactive.png",
"theme_tab_background_inactive": "theme_tab_background_inactive.png",
"theme_toolbar": "theme_toolbar.png"
},
"tints": {
"frame_inactive": [
-1,
-1,
-1
],
"frame_incognito_inactive": [
-1,
-1,
-1
],
"frame_incognito": [
-1,
-1,
-1
],
"frame": [
-1,
-1,
-1
],
"background_tab": [
-1,
-1,
-1
],
"buttons": [
-1,
-1,
-1
]
},
"clear_new_tab": {
"size": "cover_screen"
}
}
}