Error: Could not parse the manifest file

Hello!

I’m trying to upload my addon on addons.mozilla.org, but at the stage of the automatic test get the error: Could not parse the manifest file.
The addon is made by a “jpm xpi” command. During packing no errors. Because of what it could be?

Best regards.

Can you please provide your package.json and install.rdf file?

{
“title”: “Addon Title”,
“name”: “unique-addon-name”,
“version”: “1.0.3”,
“description”: “Addon desc”,
“main”: “index.js”,
“author”: “Addon Author”,
“engines”: {
“firefox”: “>=38.0a1”,
“fennec”: “>=38.0a1”
},
“license”: “MIT”,
“icon”: “data/img/icons/icon48.png”,
“homepage”: “http://site.com”,
“permissions”: {
“cross-domain-content”: [“http://site.com”]
}
}

install.rdf

I do not have such a file, as far as I know, he is automatically generated by “jpm xpi”

That looks good. Can you provide your XPI file as well, please?

Can I send it to you on e-mail?

Yes, please send it to amo-admins AT mozilla DOT org.

Done. Please do not post it here. Thank you.

The email never reached us.

it’s right email? I sent again…

Yeah, that’s correct but we still didn’t get anything.

hmm… Now I tried send it using the web version of gmail. Check now, please.

Still no email.

Please tell me where to download it, and I will remove this post.

Hm, I can’t spot anything obvious. Please open an issue at https://github.com/mozilla/addons/issues/new and attach your XPI file.