Update AASA to be more specific on what links to open

This commit is contained in:
ashilkn
2025-01-06 19:50:06 +05:30
parent be7f4b7107
commit 645171ae9d

View File

@@ -6,12 +6,12 @@
"appIDs": [
"6Z68YJY9Q2.io.ente.frame"
],
"paths": [
"*"
],
"components": [
{
"/": "/*"
"/": "/",
"?": { "t": "*" },
"#": "*",
"comment": "Matches URLs with no path, any query item 't', and any or no fragment"
}
]
}