remove .well-known app association files (#2937)

source of truth is now at https://github.com/lichess-org/lichess-org.github.io
This commit is contained in:
Trevor Fitzgerald
2026-04-10 06:51:52 -04:00
committed by GitHub
parent 92b7fa2e36
commit fa23772a7d
2 changed files with 0 additions and 62 deletions
-42
View File
@@ -1,42 +0,0 @@
[
{
"relation": ["delegate_permission/common.handle_all_urls"],
"target": {
"namespace": "android_app",
"package_name": "org.lichess.mobileV2",
"sha256_cert_fingerprints": [
"REPLACE_WITH_RELEASE_SHA256_FINGERPRINT"
]
},
"relation_extensions": {
"delegate_permission/common.handle_all_urls": {
"dynamic_app_link_components": [
{ "/": "/training/?*" },
{ "/": "/study/????????" },
{ "/": "/study/????????/????????" },
{ "/": "/tournament/????????" },
{ "/": "/broadcast/*" },
{ "/": "/training", "exclude": true },
{ "/": "/analysis", "exclude": true },
{ "/": "/settings", "exclude": true },
{ "/": "/coaching", "exclude": true },
{ "/": "/streamer", "exclude": true },
{ "/": "/download", "exclude": true },
{ "/": "/features", "exclude": true },
{ "/": "/timeline", "exclude": true },
{ "/": "/variants", "exclude": true },
{ "/": "/practice", "exclude": true },
{ "/": "/openings", "exclude": true },
{ "/": "/calendar", "exclude": true },
{ "/": "/password", "exclude": true },
{ "/": "/security", "exclude": true },
{ "/": "/activity", "exclude": true },
{ "/": "/????????" },
{ "/": "/????????/black" },
{ "/": "/????????/white" },
{ "/": "*", "exclude": true }
]
}
}
}
]
-20
View File
@@ -1,20 +0,0 @@
{
"applinks": {
"details": [
{
"appIDs": ["HP5YLVDU97.org.lichess.mobileV2"],
"components": [
{ "/": "/training/?????", "comment": "Puzzles" },
{ "/": "/study/????????", "comment": "Studies" },
{ "/": "/study/????????/????????", "comment": "Studies with explicit chapter ID" },
{ "/": "/tournament/????????", "comment": "Tournaments" },
{ "/": "/broadcast/*/*/????????", "comment": "Broadcast rounds" },
{ "/": "/broadcast/*/*/????????/????????", "comment": "Broadcast games" },
{ "/": "/????????", "comment": "Games and challenges" },
{ "/": "/????????/black", "comment": "Games (black perspective)" },
{ "/": "/????????/white", "comment": "Games (white perspective)" }
]
}
]
}
}