Skip to content

Commit

Permalink
New: Added protocol handler to the app.
Browse files Browse the repository at this point in the history
  • Loading branch information
jarrodek committed Oct 9, 2017
1 parent 06e29d0 commit c229251
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "advanced-rest-client",
"description": "The Advanced REST Client desktop application.",
"version": "11.0.8",
"version": "11.0.9",
"homepage": "https://advancedrestclient.com/",
"license": "LICENSE.md",
"author": {
Expand Down Expand Up @@ -119,7 +119,11 @@
"owner": "advanced-rest-client",
"repo": "arc-electron"
}
]
],
"protocols": {
"name": "ARC file open",
"schemes": ["arc-file"]
}
},

"oauth2": {
Expand Down

0 comments on commit c229251

Please sign in to comment.