diff options
Diffstat (limited to 'xulrunner/examples/simple/simple-prefs.js')
-rw-r--r-- | xulrunner/examples/simple/simple-prefs.js | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/xulrunner/examples/simple/simple-prefs.js b/xulrunner/examples/simple/simple-prefs.js new file mode 100644 index 000000000..fc92e0df5 --- /dev/null +++ b/xulrunner/examples/simple/simple-prefs.js @@ -0,0 +1,6 @@ +/* This Source Code Form is subject to the terms of the Mozilla Public + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ + +pref("toolkit.defaultChromeURI", "chrome://simple/content/simple.xul"); +pref("general.useragent.extra.simple", "SimpleApp/0.1"); |