diff --git a/README.md b/README.md index 09b1912..a82705d 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ Share to Mastodon is a browser extension for quickly sharing links and tabs to the [Mastodon social network](https://joinmastodon.org/). You can click the Mastodon button in the top bar (or the keyboard shortcut) to share the current tab, or right-click a link on any page. You can also select text and pick Mastodon in the context (right-click) menu to share a snippet. -The extension can store multiple server options, and syncronize them with your browser data. It works with any Mastodon server, and it uses the share dialog hosted by the selected server, so no API access is required. +The extension can store multiple server options, and syncronize them with your browser. It works with any Mastodon server, and it uses the share dialog hosted by the selected server, so no API access is required. **[Download for Google Chrome](https://chrome.google.com/webstore/detail/bibnjflclpdmbbcncejifemmbggkcjde)** diff --git a/js/background.js b/js/background.js index 15e5ff1..88fd153 100644 --- a/js/background.js +++ b/js/background.js @@ -26,7 +26,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/introducing-share-to-mastodon/' }) + chrome.tabs.create({ url: 'https://blog.corbin.io/post/710160748534530048/share-to-mastodon-20-is-now-available' }) }) // Handle notification button clicks if (!isFirefox) {