Gaia/Build/Specification
From MozillaWiki
This wiki would focus on what Gaia's buildscript need, what it would generate and how it works.
Contents
What it needs
What it generates
We'll list all the files and folder from profile while production and explain them one by one.
defaults
pref
user.js
settings.json
- settings.json is a json format file which store most of settings for Settings_API
- settings.json
extensions
webapps
app.gaiamobile.org
- app's dirname + '.' + GAIA_DOMAIN / origin from app's own manifest
application.zip
- js
- html
- css
- resources
- local.json
- manifest.webapp (same as below)
manifest.webapp
webapps.json
- A json file to provide all apps' information for gecko.
- Gecko's webapps.jsm
settings.json
- same as above (settings.json)
user.js
- same as above (user.js)