From 053b9b8e48f858cc61eef4d129d0c971f92204ca Mon Sep 17 00:00:00 2001 From: Corbin Davenport Date: Mon, 19 Dec 2022 00:16:04 -0500 Subject: [PATCH] Add final blog post --- js/background.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/background.js b/js/background.js index d87a52e..32b95e8 100644 --- a/js/background.js +++ b/js/background.js @@ -27,7 +27,7 @@ chrome.runtime.onInstalled.addListener(function (details) { chrome.notifications.create(notification, () => { // Handle notification click chrome.notifications.onClicked.addListener(function () { - //chrome.tabs.create({ url: 'https://corbin.io/' }) + chrome.tabs.create({ url: 'https://corbin.io/introducing-share-to-mastodon/' }) }) // Handle notification button clicks chrome.notifications.onButtonClicked.addListener(function (_, buttonIndex) {