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. For more options, visit this group at http://groups.google.com/group/chromium-extensions?hl=en.