We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8cace8b commit 78fd515Copy full SHA for 78fd515
manifest.js
@@ -44,12 +44,24 @@ let manifest = {
44
},
45
"protocol_handlers": [
46
{
47
- "protocol": "cde.run",
+ "protocol": "codeit",
48
"url": window.location.origin + "/api/link?url=%s"
49
50
51
- "protocol": "https://codeit.codes",
52
- "url": window.location.origin + "/full?url=%s"
+ "protocol": "code",
+ "url": window.location.origin + "/api/link?url=%s"
53
+ },
54
+ {
55
+ "protocol": "cd",
56
57
58
59
+ "protocol": "cde",
60
61
62
63
+ "protocol": "https://cde.run",
64
65
}
66
],
67
"handle_links": "preferred",
0 commit comments