fix: use valid JSON for AASA

This commit is contained in:
thecodrr
2021-04-05 13:26:16 +05:00
parent 84fb3acda8
commit 136eccfe54

View File

@@ -1,11 +1,24 @@
{
"applinks:{
"apps":[],
"details":[
{
"appID":"com.streetwriters.notesnook",
"paths":["*]
}
]
}
"applinks":{
"apps":[
],
"details":[
{
"appID":"53CWBG3QUC.com.streetwriters.notesnook",
"paths":[
"*",
"/account/verified"
],
"components":[
{
"/":"/account/verified"
},
{
"/":"*"
}
]
}
]
}
}