mirror of
https://github.com/fergalmoran/chrometophone.git
synced 2025-12-22 09:41:51 +00:00
Added counter for repeat on 400 error Removed file upload URL ProxyURL set to use upload URL by default with fallback to proxyURL
16 lines
845 B
JavaScript
16 lines
845 B
JavaScript
pref("extensions.sendtophone.installedButton", false);
|
|
pref("extensions.sendtophone.appUrl", "https://chrometophone.appspot.com");
|
|
|
|
pref("extensions.sendtophone.proxyUrl", "http://foxtophone.com/");
|
|
pref("extensions.sendtophone.fileServerUrl", "");
|
|
pref("extensions.sendtophone.fileUploadMaxKb", 50000);
|
|
pref("extensions.sendtophone.SearchQR", 0); // 0: search and prompt, 1: search and launch automatically, 2: don't search
|
|
|
|
pref("extensions.sendtophone.protocols.market", true);
|
|
pref("extensions.sendtophone.protocols.sms", true);
|
|
pref("extensions.sendtophone.protocols.smsto", true);
|
|
pref("extensions.sendtophone.protocols.tel", true);
|
|
|
|
// https://developer.mozilla.org/en/Localizing_extension_descriptions
|
|
pref("extensions.sendtophone@martinezdelizarrondo.com.description", "chrome://sendtophone/locale/overlay.properties");
|