pref("extensions.sendtophone.installedButton", false); pref("extensions.sendtophone.latestNotice", 0); // If we have to show some upgrade. Store the last version that showed such a notice pref("extensions.sendtophone.appUrl", "https://chrometophone.appspot.com"); pref("extensions.sendtophone.deviceRegistrationId", ""); pref("extensions.sendtophone.proxyUrl", "http://foxtophone.com/f2p.php?link="); 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.accounts", "account0"); pref("extensions.sendtophone.currentAccount", "account0"); pref("extensions.sendtophone.account0.title", "default"); 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");