Hello people,
I'm new to this and I created a theme using the manifest.json and the
images but when I try to package them into a .crx, it gives me the
following message: "Failed to write private key."
I'm running Windows 7 if that helps.
Manifest.json file:
{
"version": "1.4",
"name": "Oakland.Raiders.Theme"
"theme": {
"images": {
"theme_button_background": "i/theme_button_background.png",
"theme_tab_background": "i/theme_tab_background.png",
"theme_window_control_background": "i/
theme_window_control_background.png",
"theme_toolbar": "i/theme_toolbar.png",
"theme_ntp_attribution": "i/theme_ntp_attribution.png",
"theme_frame": "i/theme_frame.png",
"theme_ntp_background": "i/theme_ntp_background.png"
},
"colors": {
"ntp_section_text": [255, 255, 255],
"tab_text": [255, 255, 255],
"frame": [0, 0, 0],
"ntp_background": [0, 0, 0],
"ntp_link": [200, 200, 200],
"tab_background_text": [255, 255, 255],
"ntp_text": [255, 255, 255],
"ntp_section": [0, 0, 0, 1],
"ntp_section_link": [255, 255, 255],
"ntp_header": [0, 0, 0, 1],
"toolbar": [112, 112, 112],
"bookmark_text": [255, 255, 255]
},
"tints": {
"buttons": [0.6, 0, 0.929]
},
"properties": {
"ntp_background_repeat": "repeat-x",
"ntp_logo_alternate": 1,
"ntp_background_alignment": "top left"
}
}
}
Could you help me figure this out?
Thanks,
Jose Lopez
ViRogues.com
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Chromium-extensions" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/chromium-extensions?hl=en
-~----------~----~----~----~------~----~------~--~---