Hi,
I'm trying to submit my extension to Chrome Web Store, but keep getting an error message.



From what I can see I don't have any "comments" in my manifest.json, and I have also used Google to try and determine what's wrong but with no luck.

Does anyone have any experience with submitting app/extensions that could help me out?
Thanks

This is my manifest.json file:

Code: 
{
   "name": "UltraIMG Free Image Hosting",
   "version": "1.0.0",
   "manifest_version": 2,
   "description": "UltraIMG - Free Image Hosting",
   "background_page": "background.html",
   "icons": {
      "16": "icon-verysmall.png",
      "48": "icon-small.png",
      "128": "icon-large.png"
      }
   "options_page": "options.html",
   "homepage_url": "http://www.ultraimg.com"
}
Ashleyuk1984 Reviewed by Ashleyuk1984 on . Error when submitting extension to Chrome Web Store Hi, I'm trying to submit my extension to Chrome Web Store, but keep getting an error message. http://ultraimg.com/images/N7L4F.png From what I can see I don't have any "comments" in my manifest.json, and I have also used Google to try and determine what's wrong but with no luck. Does anyone have any experience with submitting app/extensions that could help me out? Thanks Rating: 5