A minimal theme with white frame and silver toolbar
Premium users can view and search full source code, and see the source code differences
between two versions.
Upgrade to premium
manifest.json
{
"default_locale": "en",
"description": "A minimal theme with white frame and silver toolbar",
"manifest_version": 2,
"name": "White and Silver, by TheFreeWindows",
"theme": {
"colors": {
"frame": [
255,
255,
255
],
"ntp_background": [
255,
255,
255
],
"omnibox_background": [
245,
246,
247
],
"toolbar": [
245,
246,
247
]
},
"images": {
"128": "thefreewindows.png"
}
},
"update_url": "https://clients2.google.com/service/update2/crx",
"version": "1.0"
}