+chromium-extensions (this is where these discussions should happen) Is there really a newline break on the theme_ntp_background line? Or was that just a copy and paste error? If so, that would cause an error.
If not, could you please show us the command-line you're using and the exact error message you're getting? (reply-all so the list can benefit) Erik On Fri, Jun 26, 2009 at 9:54 AM, Meok <[email protected]> wrote: > It's a theme I'm experimenting with, using the sample camo theme as a > starting point. So it's the same manifest from the Camo theme with the > image references changed. Code below. > > { > "version": "1.0", > "name": "True Chrome", > "theme": { > "images" : { > "theme_frame" : "images/theme_frame_truechrome.png", > "theme_frame_overlay" : "images/theme_frame_stripe.png", > "theme_toolbar" : "images/theme_toolbar_truechrome.png", > "theme_ntp_background" : "images/ > theme_ntp_background_truechrome.jpg", > "theme_ntp_attribution" : "images/attribution.png" > }, > "colors" : { > "frame" : [71, 105, 91], > "toolbar" : [207, 221, 192], > "ntp_text" : [20, 40, 0], > "ntp_link" : [36, 70, 0], > "ntp_section" : [207, 221, 192], > "button_background" : [255, 255, 255] > }, > "tints" : { > "buttons" : [0.33, 0.5, 0.47] > }, > "properties" : { > "ntp_background_alignment" : "bottom" > } > } > } > > --~--~---------~--~----~------------~-------~--~----~ Chromium Discussion mailing list: [email protected] View archives, change email options, or unsubscribe: http://groups.google.com/group/chromium-discuss -~----------~----~----~----~------~----~------~--~---
