this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

chore: change url of bluesky web app

+6 -2
+4
CHANGELOG.md
··· 8 8 9 9 ## [Unreleased] 10 10 11 + ### Changed 12 + 13 + - Use www.bsky.app instead of staging.bsky.app for bluesky web app domain 14 + 11 15 ## [1.2.0] - 2023-05-03 12 16 13 17 ### Added
+2 -2
background.js
··· 29 29 // Map to store tabs with DIDs 30 30 const tabsWithDID = new Map() 31 31 32 - // URL of the Bluesky Web Applications 33 - const bskyAppUrl = "https://staging.bsky.app" 32 + // URL of the Bluesky Web Application 33 + const bskyAppUrl = "https://www.bsky.app" 34 34 35 35 // Function to set the extension icon 36 36 function setIcon(tabId, iconName) {