Add final blog post

This commit is contained in:
Corbin Davenport 2022-12-19 00:16:04 -05:00
parent 9dffd4baf5
commit 053b9b8e48
1 changed files with 1 additions and 1 deletions

View File

@ -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) {