mirror of
https://github.com/lichess-org/mobile.git
synced 2026-05-26 13:50:52 +00:00
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:
committed by
GitHub
parent
92b7fa2e36
commit
fa23772a7d
@@ -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 }
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
]
|
||||
@@ -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)" }
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user