A Chrome theme inspired by the serene tones of a Scandinavian fjord.
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": "Fjord On The Sea Theme",
"version": "1.0",
"description": "A Chrome theme inspired by the serene tones of a Scandinavian fjord.",
"theme": {
"colors": {
"frame": [
43,
45,
66
],
"frame_inactive": [
68,
71,
90
],
"toolbar": [
30,
32,
45
],
"tab_text": [
255,
255,
255
],
"tab_background_text": [
204,
204,
204
],
"bookmark_text": [
204,
204,
204
],
"ntp_background": [
18,
19,
24
],
"ntp_text": [
220,
220,
220
],
"button_background": [
75,
85,
99
]
},
"properties": {
"ntp_background_alignment": "center",
"ntp_background_repeat": "no-repeat"
},
"images": {
"theme_ntp_background": "assets/fjordbg.png",
"theme_ntp_attribution": "assets/logo.png"
},
"icons": {
"16": "assets/icon_16.png",
"48": "assets/icon_48.png",
"128": "assets/icon_128.png"
}
}
}