mirror of
https://github.com/streetwriters/notesnook.git
synced 2026-02-24 04:00:59 +01:00
fix: use valid JSON for AASA
This commit is contained in:
@@ -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"
|
||||
},
|
||||
{
|
||||
"/":"*"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user