Inspect and view changes in H-Theme 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": "0.1",
"name": "H-Theme",
"description": "H-Thème : Le thème compagnon de Henrri, votre logiciel de devis/factures préféré",
"theme": {
"colors": {
"frame": [
16,
104,
153
],
"frame_inactive": [
26,
82,
112
],
"toolbar": [
23,
124,
184
],
"tab_text": [
255,
255,
255
],
"tab_background_text": [
114,
191,
233
],
"bookmark_text": [
255,
255,
255
],
"bookmark_background_text": [
114,
191,
233
],
"ntp_text": [
114,
191,
233
],
"ntp_link": [
114,
191,
233
],
"ntp_background": [
16,
104,
153
],
"button_background": [
255,
255,
255
]
},
"tints": {
"buttons": [
0.56,
0.73,
1
],
"frame_incognito": [
-1,
-1,
-1
],
"frame_inactive": [
-1,
-1,
-1
],
"frame_incognito_inactive": [
-1,
-1,
-1
]
},
"images": {
"theme_ntp_background": "./img/h_bg.png"
},
"properties": {
"ntp_background_alignment": "bottom",
"ntp_background_repeat": "no-repeat",
"ntp_logo_alternate": 1
}
}
}