I have followed all the instructions provided in this documentation, but I keep encountering errors.
My testing environment is the "Firefox OS 2.2" simulator.
In my manifest file, I have included two permissions as follows:
"permissions": {
"desktop-notification": {
"description": "Needed for creating system notifications."
},
"contacts": {
"description": "Needed for reading contacts"
}
},
Could you please help me identify what I might have done incorrectly?