Difference between revisions of "Setting up the chrome.manifest File"

From CDOT Wiki
Jump to: navigation, search
 
 
Line 1: Line 1:
== Setting up the chrome.manifest file ==
 
 
 
The [http://developer.mozilla.org/en/docs/Chrome_Registration chrome manifest] is a plain text file used by XULRunner to locate the URI which locates the application resources.  The file is responsible for informing the chrome registry of the chrome package names.  The chrome registry is a service maintained by the gecko runtime.  The registry is used to provide mappings from chrome package names to the physical location of chrome packages.
 
The [http://developer.mozilla.org/en/docs/Chrome_Registration chrome manifest] is a plain text file used by XULRunner to locate the URI which locates the application resources.  The file is responsible for informing the chrome registry of the chrome package names.  The chrome registry is a service maintained by the gecko runtime.  The registry is used to provide mappings from chrome package names to the physical location of chrome packages.
  

Latest revision as of 16:51, 13 December 2006

The chrome manifest is a plain text file used by XULRunner to locate the URI which locates the application resources. The file is responsible for informing the chrome registry of the chrome package names. The chrome registry is a service maintained by the gecko runtime. The registry is used to provide mappings from chrome package names to the physical location of chrome packages.


An example of what would go into this file would be the following:

  content myapp file:content/


Note: to find more information about what goes into a chrome.manifest file please visit the following link, Chrome Registration