From 5ff5801910a0f3e76ab6ac5369dfa59f49dc54ba Mon Sep 17 00:00:00 2001 From: Guillaume Jenkins Date: Tue, 27 Feb 2018 14:11:31 -0500 Subject: [PATCH] Add app ID for WinRT deep links (#684) --- docs/windows-app-web-link-ref.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 docs/windows-app-web-link-ref.json diff --git a/docs/windows-app-web-link-ref.json b/docs/windows-app-web-link-ref.json new file mode 100644 index 00000000..ba4ab713 --- /dev/null +++ b/docs/windows-app-web-link-ref.json @@ -0,0 +1,13 @@ +{ + "json": [ + { + "packageFamilyName": "MicrobitEducationalFounda.196216C47839B_e88r6s0b2swar", + "paths": [ + "*" + ], + "excludePaths": [ + "/docs/*" + ] + } + ] +}