16
edits
mNo edit summary |
|||
Line 7: | Line 7: | ||
At the top level, a XUL Application package is a directory with the extension 'xulapp' containing the following items: | At the top level, a XUL Application package is a directory with the extension 'xulapp' containing the following items: | ||
application.ini - file - provides startup, configuration, and meta information for the application bundle | * <tt>application.ini</tt> - file - provides startup, configuration, and meta information for the application bundle | ||
chrome - directory - application chrome ( see [[http://www.mozilla.org/xpfe/ConfigChromeSpec.html][Chrome Packaging]] ) | * <tt>chrome</tt> - directory - application chrome ( see [[http://www.mozilla.org/xpfe/ConfigChromeSpec.html][Chrome Packaging]] ) | ||
defaults - directory - contains default preferences for the application | * <tt>defaults</tt> - directory - contains default preferences for the application | ||
=== application.ini === | === application.ini === | ||
More info coming... | More info coming... | ||
== Launching a XUL Application == | == Launching a XUL Application == |
edits