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 <ivan.hidz...@gmail.com> 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 chromium-extensi...@googlegroups.com.
> To unsubscribe from this group, send email to
> chromium-extensions+unsubscr...@googlegroups.com<chromium-extensions%2bunsubscr...@googlegroups.com>
> .
> 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 chromium-extensi...@googlegroups.com.
To unsubscribe from this group, send email to chromium-extensions+unsubscr...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/chromium-extensions?hl=en.

Reply via email to