diff --git a/public/apple-app-site-association.json b/public/apple-app-site-association.json index eff625a4..b27b5c71 100644 --- a/public/apple-app-site-association.json +++ b/public/apple-app-site-association.json @@ -1,17 +1,15 @@ { - "applinks": { - "apps": [], - "details": [ - { - "appIDs":[ - "7J4U792NQT.io.element.elementx", - "7J4U792NQT.io.element.elementx.nightly", - "7J4U792NQT.io.element.elementx.pr" - ], - "paths": [ - "*" - ] - } - ] - } + "applinks": { + "apps": [], + "details": [ + { + "appIDs": [ + "7J4U792NQT.io.element.elementx", + "7J4U792NQT.io.element.elementx.nightly", + "7J4U792NQT.io.element.elementx.pr" + ], + "paths": ["*"] + } + ] + } }