Hi again!

On 1 Mar 2013, at 11:20, <[email protected]> wrote:

> Hi Jordano,
> 
> Thanks for your help! This is my first app... :-)
> Yes i have the read/write permissions in my manifest file:
> 
> {
>    "version": "0.1",
>    "name": "Your App",
>    "description": "Your new awesome Open Web App",
>    "launch_path": "/index.html",
>    "icons": {
>        "16": "/applogos/logo16.png",
>        "32": "/applogos/logo32.png",
>           "48": "/applogos/logo48.png",
>        "64": "/applogos/logo64.png",
>        "128": "/applogos/logo128.png"
>    },
>    "developer": {
>        "name": "Marcos",
>        "url": "http://yourawesomeapp.com";
>    },
>    "installs_allowed_from": ["*"],
>    "locales": {
>        "es": {
>            "description": "Su nueva aplicación impresionante Open Web",
>            "developer": {
>                "url": "http://yourawesomeapp.com";
>            }
>        },
>        "it": {
>            "description": "Il vostro nuovo fantastico Open Web App",
>            "developer": {
>                "url": "http://yourawesomeapp.com";
>            }
>        }
>    },
>    "permissions": {
>    "contacts":{ "access": "readwrite" },
>  }
> }
> 
> Any other ideas??

Try to add the type of app to the manifest:

"type": "certified"

Not sure if you can install a certified app into the simulator, if not, I would 
suggest you to install B2G desktop and flash whole gaia with you app there.

Cheers!


This electronic message contains information from Telefonica UK, Telefonica 
Europe or Telefonica Digital which may be privileged or confidential. The 
information is intended to be for the use of the individual(s) or entity named 
above. If you are not the intended recipient be aware that any disclosure, 
copying distribution or use of the contents of this information is prohibited. 
If you have received this electronic message in error, please notify us by 
telephone or email.
 
 
Switchboard: +44 (0)113 272 2000
Email: [email protected]
 
Telefonica UK Limited  260 Bath Road, Slough, Berkshire SL1 4DX Registered in 
England and Wales: 1743099. VAT number: GB 778 6037 85
Telefonica Europe plc  260 Bath Road, Slough, Berkshire SL1 4DX Registered in 
England and Wales: 05310128. VAT number: GB 778 6037 85
Telefonica Digital Limited  260 Bath Road, Slough, Berkshire SL1 4DX Registered 
in England and Wales: 7884976. VAT number: GB 778 6037 85
_______________________________________________
dev-webapps mailing list
[email protected]
https://lists.mozilla.org/listinfo/dev-webapps

Reply via email to