mirror of
https://github.com/fergalmoran/chrometophone.git
synced 2026-01-07 01:14:00 +00:00
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.
10 lines
468 B
JavaScript
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");
|