Add final blog post
This commit is contained in:
parent
9dffd4baf5
commit
053b9b8e48
|
@ -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) {
|
||||
|
|
Loading…
Reference in New Issue