Night friendly theme for those who enjoy the darker side. Based on Incognito, the "private" window mode on Google Chrome.
The…
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",
"version": "1.0.0",
"manifest_version": 2,
"name": "Incognito",
"theme": {
"colors": {
"ntp_background": [
50,
50,
50
],
"ntp_text": [
255,
255,
255
],
"tab_text": [
255,
255,
255
],
"tab_background_text": [
255,
255,
255
],
"toolbar": [
50,
50,
50
],
"bookmark_text": [
255,
255,
255
]
}
}
}