Inspect and view changes in Dreamy Pastel Clouds 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,
"version": "1.1",
"name": "Dreamy Pastel Clouds",
"description": "A dreamy pastel cloudscape theme.",
"theme": {
"images": {
"theme_ntp_background": "images/ntp_background.png"
},
"colors": {
"frame": [
136,
202,
217
],
"tab_text": [
110,
110,
110
],
"tab_background_text": [
245,
245,
245
],
"bookmark_text": [
158,
158,
158
],
"ntp_text": [
191,
191,
191
],
"ntp_link": [
226,
230,
172
],
"ntp_header": [
150,
150,
150
],
"toolbar": [
225,
230,
172
],
"toolbar_text": [
158,
158,
158
],
"button_background": [
0,
0,
0,
0
],
"toolbar_button_icon": [
158,
158,
158
],
"omnibox_background": [
255,
255,
255
],
"omnibox_text": [
152,
127,
191
]
},
"tints": {},
"properties": {
"ntp_background_alignment": "center top",
"ntp_background_repeat": "no-repeat"
}
},
"icons": {
"16": "images/icon_16.png",
"48": "images/icon_48.png",
"128": "images/icon_128.png"
},
"browser_action": {
"default_icon": {
"16": "images/icon_16.png",
"48": "images/icon_48.png",
"128": "images/icon_128.png"
},
"default_title": "Dreamy Pastel Clouds",
"default_popup": "popup.html"
},
"permissions": [
"storage"
]
}