I'm using cordova to package my app, but I'm unable to modify a manifest.webapp
, specifically adding icons, so that the changes are included when I run
cordova build firefoxos
I've tried to edit platforms/firefoxos/www/manifest.webapp
but these changes are lost when I run cordova build firefoxos
We are working on the merge issue currently. As a work around you can just add a completed manifest.webapp to the merges/firefoxos directory and it will be pushed to the output. See the last note of the sample app here: https://github.com/mozilla-cordova/cordovasample