Skip to content

Commit

Permalink
Add blog post
Browse files Browse the repository at this point in the history
  • Loading branch information
corbindavenport committed Feb 24, 2023
1 parent 88032c4 commit 1ab9010
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)**

Expand Down
2 changes: 1 addition & 1 deletion js/background.js
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit 1ab9010

Please sign in to comment.