Skip to content

Commit

Permalink
Merge pull request FlutterKaigi#177 from FlutterKaigi/feat/applinks
Browse files Browse the repository at this point in the history
feat: Add whell-known directory
  • Loading branch information
koji-1009 authored Oct 9, 2023
2 parents 9fc1dde + 082c49d commit a7d0bcd
Show file tree
Hide file tree
Showing 2 changed files with 34 additions and 0 deletions.
20 changes: 20 additions & 0 deletions web/.well-known/apple-app-site-association
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
{
"applinks": {
"details": [
{
"appIDs": [],
"components": [
{
"#": "no_universal_links",
"exclude": true,
"comment": "Matches any URL with a fragment that equals no_universal_links and instructs the system not to open it as a universal link."
},
{
"/": "/*",
"comment": "Matches any URL with a path that starts with /."
}
]
}
]
}
}
14 changes: 14 additions & 0 deletions web/.well-known/assetlinks.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
[
{
"relation": [
"delegate_permission/common.handle_all_urls"
],
"target": {
"namespace": "android_app",
"package_name": "jp.flutterkaigi.conf2023",
"sha256_cert_fingerprints": [
"4C:2C:09:A5:13:A7:83:D0:3E:E6:5C:FD:25:1F:6F:B6:9A:3D:B5:33:8E:98:BD:4D:E1:BD:72:F0:67:8A:1A:2A"
]
}
}
]

0 comments on commit a7d0bcd

Please sign in to comment.