Mercurial > hg > FirefoxAddon
diff firefoxaddon/template/defaults/preferences/++package++.js_tmpl @ 0:9869cf47fcf8 default tip
initial commit of Firefox addon template
author | k0s <k0scist@gmail.com> |
---|---|
date | Sun, 28 Mar 2010 16:25:58 -0400 |
parents | |
children |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/firefoxaddon/template/defaults/preferences/++package++.js_tmpl Sun Mar 28 16:25:58 2010 -0400 @@ -0,0 +1,5 @@ +pref("extensions.${package}.boolpref", false); +pref("extensions.${package}.intpref", 0); +pref("extensions.${package}.stringpref", "A string"); +// See http://kb.mozillazine.org/Localize_extension_descriptions +pref("extensions.${package}@jeff.hammel.description", "chrome://${package}/locale/${package}.properties");