Skip to content
This repository has been archived by the owner on Feb 19, 2024. It is now read-only.

Commit

Permalink
Using shorter domain for invite links.
Browse files Browse the repository at this point in the history
  • Loading branch information
Jip de Beer committed Apr 7, 2020
1 parent 2e50494 commit b0e81ef
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
7 changes: 5 additions & 2 deletions extension/manifest.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "Pop-out Jitsi Meet",
"version": "1.0.1",
"version": "1.0.2",
"manifest_version": 2,
"description": "Open Jitsi Meet videos in pop-out windows.",
"icons": {
Expand Down Expand Up @@ -38,6 +38,9 @@
}
],
"externally_connectable": {
"matches": ["https://jip-hop.github.io/jitsi-pop/*"]
"matches": [
"https://jip-hop.github.io/jitsi-pop/*",
"https://jitsipop.tk/*"
]
}
}
2 changes: 1 addition & 1 deletion extension/src/browser_action/browser_action.js
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ link.onclick = e => {
const tmpString = "Copied!";
navigator.clipboard
.writeText(
`https://jip-hop.github.io/jitsi-pop/#/${
`https://jitsipop.tk/#/${
servers[background.selectedServerIndex]
}/${roomnameInput.value}`
)
Expand Down

0 comments on commit b0e81ef

Please sign in to comment.