blob: 6080171a7225b9c6594bdcc3280fe5a4138540a7 [file] [log] [blame]
// Local machine is the first "Default" IP.
chrome.runtime.onInstalled.addListener(function() {
chrome.storage.sync.set({
ip_endpoints: [{
device: 'Local',
endpoint: 'http://localhost'
}],
});
});