that may be it...but i provide a 32 in my extension and it works
fine...

"icons": {
    "32": "images/facebook_32.png",
    "48": "images/facebook_48.png",
    "64": "images/facebook_64.png",
    "128": "images/facebook_128.png"
  },

i took a look at it all...and there is a space after between the ','
and the background page...not sure if that would change
anything...just pointing out that it is there...
...everything else looks good...

and as Phistuck stated above the icons could have something to do with
it...

if you are wanting to use the 16px image for a favicon then you don't
need to include that image in your manifest...

and you can star http://code.google.com/p/chromium/issues/detail?id=27637
to get updates on it's progress...

On Jan 10, 12:54 pm, PhistucK <[email protected]> wrote:
> Maybe the incompatible icon sizes you have added (a recent change to the
> documentation removed the 16\32 icon 
> sizes)..http://code.google.com/chrome/extensions/manifest.html#icons
>
> ☆PhistucK
>
>
>
> On Sun, Jan 10, 2010 at 12:11, ivan.h <[email protected]> wrote:
> > as I try to upload as an extension. zip file gives me this error:
>
> > An error occurred: Invalid manifest. If your manifest includes
> > comments, please remove them as our gallery does not support them yet.
>
> > manifest.json:
>
> > {
> > "name": "Clock",
> > "version": "1.2",
> > "description": "Clock",
> > "background_page": "bg.html" ,
> > "icons": { "16": "icon.png",
> > "32": "icon_32.png",
> > "48": "icon_48.png",
> > "128": "icon_128.png" },
> > "browser_action": {
> > "default_title": "Clock",
> > "default_icon": "icon.png",
> > "popup": "popup.html"
> > }
> > }
>
> > --
> > 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]<chromium-extensions%2Bunsu 
> > [email protected]>
> > .
> > For more options, visit this group at
> >http://groups.google.com/group/chromium-extensions?hl=en.
-- 
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.


Reply via email to