···8899## [Unreleased]
10101111+### Changed
1212+1313+- Use www.bsky.app instead of staging.bsky.app for bluesky web app domain
1414+1115## [1.2.0] - 2023-05-03
12161317### Added
+2-2
background.js
···2929// Map to store tabs with DIDs
3030const tabsWithDID = new Map()
31313232-// URL of the Bluesky Web Applications
3333-const bskyAppUrl = "https://staging.bsky.app"
3232+// URL of the Bluesky Web Application
3333+const bskyAppUrl = "https://www.bsky.app"
34343535// Function to set the extension icon
3636function setIcon(tabId, iconName) {