Inspect and view changes in Wet Turquoise 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",
"manifest_version": 3,
"name": "Wet Turquoise",
"version": "1.0",
"description": "Wet Turquoise: The Colour Theme",
"icons": {
"16": "Icons/icon16.png",
"48": "Icons/icon48.png",
"128": "Icons/icon128.png"
},
"theme": {
"colors": {
"frame": [
0,
167,
147
],
"frame_inactive": [
0,
167,
147
],
"toolbar": [
204,
240,
236
],
"ntp_background": [
204,
240,
236
],
"bookmark_text": [
0,
0,
0
],
"tab_background_text": [
255,
255,
255
],
"tab_background_text_inactive": [
255,
255,
255
],
"toolbar_button_icon": [
0,
0,
0
],
"tab_text": [
0,
0,
0
]
}
}
}