Skip to content

Commit

Permalink
Fix broken links
Browse files Browse the repository at this point in the history
Co-authored-by: thatsprettygood <[email protected]>
  • Loading branch information
KentoNishi and thatsprettygood committed May 15, 2024
1 parent e81a2b8 commit d6afa9b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"manifest_version": 2,
"name": "HyperChat [Improved YouTube Chat]",
"homepage_url": "https://livetl.app/en/hyperchat/",
"homepage_url": "https://livetl.app/hyperchat/",
"description": "Improved YouTube chat with CPU/RAM optimizations, customization options, and cutting-edge features!",
"version": "2.6.14",
"permissions": [
Expand Down
2 changes: 1 addition & 1 deletion src/scripts/chat-background.ts
Original file line number Diff line number Diff line change
Expand Up @@ -432,7 +432,7 @@ chrome.browserAction.onClicked.addListener(() => {
if (isLiveTL) {
chrome.tabs.create({ url: 'https://livetl.app' }, () => {});
} else {
chrome.tabs.create({ url: 'https://livetl.app/en/hyperchat/' }, () => {});
chrome.tabs.create({ url: 'https://livetl.app/hyperchat/' }, () => {});
}
});

Expand Down

0 comments on commit d6afa9b

Please sign in to comment.