emissar
(emissar)
April 7, 2016, 12:16pm
1
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.
TheOne
(Andreas Wagner)
April 7, 2016, 12:50pm
2
Can you please provide your package.json and install.rdf file?
emissar
(emissar)
April 7, 2016, 12:53pm
3
{
“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”
TheOne
(Andreas Wagner)
April 7, 2016, 12:58pm
4
That looks good. Can you provide your XPI file as well, please?
emissar
(emissar)
April 7, 2016, 1:02pm
5
Can I send it to you on e-mail?
TheOne
(Andreas Wagner)
April 7, 2016, 1:02pm
6
Yes, please send it to amo-admins AT mozilla DOT org.
emissar
(emissar)
April 7, 2016, 1:02pm
7
Done. Please do not post it here. Thank you.
TheOne
(Andreas Wagner)
April 7, 2016, 3:11pm
8
The email never reached us.
emissar
(emissar)
April 7, 2016, 3:19pm
9
it’s right email? I sent again…
TheOne
(Andreas Wagner)
April 7, 2016, 3:24pm
10
Yeah, that’s correct but we still didn’t get anything.
emissar
(emissar)
April 7, 2016, 3:29pm
11
hmm… Now I tried send it using the web version of gmail. Check now, please.
emissar
(emissar)
April 7, 2016, 3:53pm
13
Shared with Dropbox
Please tell me where to download it, and I will remove this post.
TheOne
(Andreas Wagner)
April 8, 2016, 11:07am
14
Hm, I can’t spot anything obvious. Please open an issue at https://github.com/mozilla/addons/issues/new and attach your XPI file.