Inspect and view changes in Caméléon Média 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",
"name": "Caméléon Média",
"version": "2.0",
"description": "Un thème basé sur Caméléon Média, une entreprise de conception de sites Web située à Terrebonne, Québec, Canada.",
"manifest_version": 2,
"theme": {
"images": {
"theme_frame": "images/theme_frame.png",
"theme_toolbar": "images/theme_toolbar.png",
"theme_ntp_background": "images/theme_ntp_background.jpeg"
},
"colors": {
"frame": [
200,
0,
0
],
"toolbar": [
150,
0,
0
],
"tab_text": [
255,
255,
255
],
"tab_background_text": [
230,
200,
200
],
"background_tab": [
200,
0,
0
],
"bookmark_text": [
190,
175,
175
],
"ntp_background": [
255,
255,
255
],
"ntp_text": [
210,
175,
175
],
"button_background": [
225,
50,
50,
0.75
]
},
"tints": {
"buttons": [
0,
0,
0.75
],
"background_tab": [
0,
0.65,
0.6
]
},
"properties": {
"ntp_background_alignment": "center",
"ntp_background_repeat": "no-repeat"
}
}
}