chrome.runtime.onInstalled.addListener(function (details) {
    if (details.reason == "update") {
        var thisVersion = chrome.runtime.getManifest().version;
        audioNotification();
        var opt = {