On Jan 16, 2014, at 10:41 AM, Francisco Jose Cortés Fernández 
<[email protected]> wrote:

> Can somebody confirm to me that the problem probably is:
> 
> "installs_allowed_from": ["*"]

This property is unrelated to the error but if you are offering a paid app, you 
should only allow installs from the Firefox Marketplace (or any other that can 
*sell* your app). Otherwise, someone can re-use your manifest and give the app 
away for free. In practice this isn't really a problem because you will check 
the receipt when the app loads and without a receipt access would be denied.

This is how I recommend you fill it out:
"installs_allowed_from": ["https://marketplace.firefox.com";]

> 
> in the manifest.webapp before that I drop the app and upload a new manifest?
> 
> Sorry my english.
> 
> _______________________________________________
> dev-webapps mailing list
> [email protected]
> https://lists.mozilla.org/listinfo/dev-webapps

_______________________________________________
dev-webapps mailing list
[email protected]
https://lists.mozilla.org/listinfo/dev-webapps

Reply via email to