in ext/js/service-worker.js [120:127]
function displayPingResults(region, ping) {
chrome.notifications.create("gcping-notif", {
type: "basic",
title: "Gcping",
iconUrl: "../images/icon.png",
message: `Gcping run complete. ${region} is the fastest region for you with a median ping of ${ping}ms.`,
});
}