Skip to content

Commit c229251

Browse files
committed
New: Added protocol handler to the app.
1 parent 06e29d0 commit c229251

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

package.json

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "advanced-rest-client",
33
"description": "The Advanced REST Client desktop application.",
4-
"version": "11.0.8",
4+
"version": "11.0.9",
55
"homepage": "https://advancedrestclient.com/",
66
"license": "LICENSE.md",
77
"author": {
@@ -119,7 +119,11 @@
119119
"owner": "advanced-rest-client",
120120
"repo": "arc-electron"
121121
}
122-
]
122+
],
123+
"protocols": {
124+
"name": "ARC file open",
125+
"schemes": ["arc-file"]
126+
}
123127
},
124128

125129
"oauth2": {

0 commit comments

Comments
 (0)