Files
chrometophone/third_party/firefox_sendtophone/defaults/preferences/prefs.js
amla70 006a2e9bb7 Remove dead locales.
Simplified the protocol handler code and make it work with Firefox 4. 
For the moment it's back to handle only market: links until a preferences pane is implemented.
2010-07-30 22:54:27 +00:00

10 lines
468 B
JavaScript

pref("extensions.sendtophone.installedButton", false);
pref("extensions.sendtophone.appUrl", "https://chrometophone.appspot.com");
pref("extensions.sendtophone.proxyUrl", "http://smallroomstudios.net/s2p.php?ml=");
pref("extensions.sendtophone.protocols", "market");
// https://developer.mozilla.org/en/Localizing_extension_descriptions
pref("extensions.sendtophone@martinezdelizarrondo.com.description", "chrome://sendtophone/locale/overlay.properties");