diff options
Diffstat (limited to 'manifest.json')
-rw-r--r-- | manifest.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/manifest.json b/manifest.json index 02c7a38..2f228bf 100644 --- a/manifest.json +++ b/manifest.json @@ -12,8 +12,8 @@ }, "protocol_handlers": [ { - "protocol": "mist", - "url": "/api/protocol.php?q=%s" + "protocol": "web+mist", + "url": "/app/protocol.php?q=%s" } ], "scope": "/app/", |