i'm not getting any errors.. i placed some console.log statements in the code.. 
the log which is below the   "person.givenName  = ["John"]; " is not getting 
printed and this is my manifest.webapp file content

{
        "version": "0.1",
        "name": "Demo Webapp",
        "description": "Nothing",
        "launch_path": "/index.html",
        "type": "privileged",
        "icons": {
                "128": "images/image.jpg"
        },
        "developer": {
                "name": "Rishi"
        },
        "permissions": {
        "desktop-notification": {
            "description" : "To show notifications"
        },
                "alarms" : {
                 "description" : "hello"
                },
                "fmradio" : {},
                "contacts": {
                 "description": "Required for autocompletion in the share 
screen",
                 "access": "createonly"
                },
                "device-storage:sdcard" : { 
                 "access" : "readwrite"
                },
        "geolocation": {
            "description" : "Marking out user location"
        }
    },
        "default_locale": "en"
}

is it required to add anything other than these to make that code work??
_______________________________________________
dev-b2g mailing list
[email protected]
https://lists.mozilla.org/listinfo/dev-b2g

Reply via email to