Skip to content

Commit 78fd515

Browse files
committed
Update manifest.js
1 parent 8cace8b commit 78fd515

File tree

1 file changed

+15
-3
lines changed

1 file changed

+15
-3
lines changed

manifest.js

Lines changed: 15 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,12 +44,24 @@ let manifest = {
4444
},
4545
"protocol_handlers": [
4646
{
47-
"protocol": "cde.run",
47+
"protocol": "codeit",
4848
"url": window.location.origin + "/api/link?url=%s"
4949
},
5050
{
51-
"protocol": "https://codeit.codes",
52-
"url": window.location.origin + "/full?url=%s"
51+
"protocol": "code",
52+
"url": window.location.origin + "/api/link?url=%s"
53+
},
54+
{
55+
"protocol": "cd",
56+
"url": window.location.origin + "/api/link?url=%s"
57+
},
58+
{
59+
"protocol": "cde",
60+
"url": window.location.origin + "/api/link?url=%s"
61+
},
62+
{
63+
"protocol": "https://cde.run",
64+
"url": window.location.origin + "/api/link?url=%s"
5365
}
5466
],
5567
"handle_links": "preferred",

0 commit comments

Comments
 (0)