Inspect and view changes in Simple purple black 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",
"description": "Simple purple black",
"version": "1.0",
"manifest_version": 2,
"name": "Simple purple black",
"theme": {
"images": {
"theme_frame": "images/active_tab.png",
"theme_frame_inactive": "images/inactive_tab.png",
"theme_toolbar": "images/toolbar.png",
"theme_ntp_background": "images/background.png"
},
"colors": {
"ntp_text": [
128,
255,
255
],
"ntp_background": [
0,
0,
0
],
"frame": [
195,
2,
253
],
"toolbar": [
195,
2,
253
],
"tab_text": [
128,
255,
255
],
"tab_background_text": [
128,
255,
255
],
"bookmark_text": [
128,
255,
255
]
},
"tints": {
"buttons": [
0.99,
0.99,
0.99
]
},
"properties": {
"ntp_background_alignment": "center"
}
}
}