Fxos - llorsat/wonkajs GitHub Wiki
Firefox OS support [Not supported since 1.7.0]
Wonka.js since version 1.2.1 give support to firefox os, we've been working to enhance this feature and right now you can enjoy this awesome work.
Firefox OS allow you to install application on device in two ways, one is an hosted app and another is the packaged app.
Hosted app means that your project is on the web.
Packaged app means that you have zipped your project and upload it to http://marketplace.firefox.com.
In case you determine that your application will be an hosted app, you need to set the attribute "install_button" on the package.json as true, otherwise, if you want your app as packaged app, set the "install_button" to false.
If you want to develop an gaia application, you can use the gaia candy.