Firefox OS: Error submitting app

1

I'm trying to validate my app in the firefox marketplace. However, I am getting the following news: Error extracting the manifest from the zip file. But the manifest.webapp complies with the firefox standard

  {
  "name": "Primeiro APP Firefox OS",
  "description": "meu primeiro app",
  "launch_path": "/run.html",
  "icons": {
    "60": "/img/icon-60-2.png",
    "128": "/img/icon-128.png"
  },
  "developer": {
    "name": "alex jose silva",
    "url": "http://www.alexjosesilva.com"
  },
  "default_locale": "Pt-br"
}

Any suggestions how can I fix this?

    
asked by anonymous 10.02.2015 / 15:53

0 answers