All,
I'm using the sample manifest.json to create a theme.crx. I only want to change colors and want to know if the "images" paragraph is required. Right now my manifext.json does NOT have the "images" paragraph and though it packs up fine, I get a malformed manifest.json error when I attempt to install it. Here it is:
<quote>
{
"version": "0.1",
"name": "autumn theme",
"theme": {
"colors" : {
"frame" : [163, 53, 1],
"toolbar" : [187, 131, 48],
"ntp_text" : [253, 197, 114],
"ntp_link" : [4, 58, 108],
"ntp_section" : [32, 126, 93],
"button_background" : [255, 255, 255]
},
"tints" : {
"buttons" : [0.33, 0.5, 0.47]
},
"properties" : {
"ntp_background_alignment" : "bottom"
}
}
}
</quote>


LinkBack URL
About LinkBacks



Reply With Quote


