-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
0 parents
commit da10e60
Showing
2 changed files
with
53 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
## Github Website | ||
|
||
Creating a new Github website to test AASA files. Only purpose is to host AASA files |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,50 @@ | ||
{ | ||
"applinks": { | ||
"apps": [], | ||
"details": [ | ||
{ | ||
"appIDs": [ | ||
"R63EM248DP.io.branch.MasterProserveReactNative", | ||
"R63EM248DP.io.branch.Master-Proserve-Xamarin", | ||
"R63EM248DP.io.ionic.calculator", | ||
"R63EM248DP.com.example.branchSampleFlutter", | ||
"R63EM248DP.org.reactjs.native.example.ReactNativeSampleApp", | ||
"R63EM248DP.io.branch.Branchsters", | ||
"R63EM248DP.io.branch.Master-Proserve-iOS", | ||
"R63EM248DP.io.branch.Master-Proserve-iOS" | ||
], | ||
"components": [ | ||
{ | ||
"/": "*", | ||
"?": { | ||
"$web_only": "true" | ||
}, | ||
"exclude": true, | ||
"comment": "Matches any URL whose path is * and which has a query item with name '$web_only' and value 'true' and instructs the system NOT to open it as a Universal link" | ||
}, | ||
{ | ||
"/": "*", | ||
"?": { | ||
"%24web_only": "true" | ||
}, | ||
"exclude": true, | ||
"comment": "Matches any URL whose path is * and which has a query item with name '%24web_only' and value 'true' and instructs the system NOT to open it as a Universal link" | ||
}, | ||
{ | ||
"/": "/e/*", | ||
"exclude": true, | ||
"comment": "Matches any URL whose path is /e/* and instructs the system NOT to open it as a Universal link" | ||
}, | ||
{ | ||
"/": "*", | ||
"comment": "Matches any URL whose path is * and instructs the system to open it as a Universal link" | ||
}, | ||
{ | ||
"/": "/", | ||
"comment": "Matches any URL whose path is / and instructs the system to open it as a Universal link" | ||
} | ||
] | ||
} | ||
] | ||
} | ||
} |