Skip to content

Commit c6c7c28

Browse files
authored
Add files via upload
1 parent 3402f3d commit c6c7c28

File tree

92 files changed

+2196
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

92 files changed

+2196
-0
lines changed

AF50/apple-app-site-association.txt

+12
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
{
2+
"applinks": {
3+
"apps": [],
4+
"details": [{
5+
"appID": "4897UJ6D8C.com.tangem.Tangem",
6+
"paths": ["/redirect", "/ndef/*", "wc"]
7+
}]
8+
},
9+
"appclips": {
10+
"apps": ["4897UJ6D8C.com.tangem.Tangem.Clip"]
11+
}
12+
}

AF51/apple-app-site-association.txt

+12
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
{
2+
"applinks": {
3+
"apps": [],
4+
"details": [{
5+
"appID": "4897UJ6D8C.com.tangem.Tangem",
6+
"paths": ["/redirect", "/ndef/*", "wc"]
7+
}]
8+
},
9+
"appclips": {
10+
"apps": ["4897UJ6D8C.com.tangem.Tangem.Clip"]
11+
}
12+
}

AF52/apple-app-site-association.txt

+12
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
{
2+
"applinks": {
3+
"apps": [],
4+
"details": [{
5+
"appID": "4897UJ6D8C.com.tangem.Tangem",
6+
"paths": ["/redirect", "/ndef/*", "wc"]
7+
}]
8+
},
9+
"appclips": {
10+
"apps": ["4897UJ6D8C.com.tangem.Tangem.Clip"]
11+
}
12+
}

AF52/index.html

+38
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
<!DOCTYPE html>
2+
<html lang="en">
3+
4+
<head>
5+
<meta charset="utf-8" />
6+
<script>
7+
function getMobileOperatingSystem() {
8+
var userAgent = navigator.userAgent || navigator.vendor || window.opera;
9+
10+
if (/android/i.test(userAgent)) {
11+
return "Android";
12+
}
13+
if (/iPad|iPhone|iPod/.test(userAgent) && !window.MSStream) {
14+
return "iOS";
15+
}
16+
17+
return "unknown";
18+
}
19+
</script>
20+
21+
<script>
22+
function DetectAndServe(){
23+
let os = getMobileOperatingSystem();
24+
if (os == "Android") {
25+
window.location.href = "https://play.google.com/store/apps/details?id=com.tangem.wallet";
26+
} else if (os == "iOS") {
27+
window.location.href = "https://apps.apple.com/app/id1354868448";
28+
} else {
29+
window.location.href = "https://tangem.com";
30+
}
31+
}
32+
</script>
33+
</head>
34+
35+
<body onload="DetectAndServe()">
36+
</body>
37+
38+
</html>

AF53/apple-app-site-association.txt

+12
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
{
2+
"applinks": {
3+
"apps": [],
4+
"details": [{
5+
"appID": "4897UJ6D8C.com.tangem.Tangem",
6+
"paths": ["/redirect", "/ndef/*", "wc"]
7+
}]
8+
},
9+
"appclips": {
10+
"apps": ["4897UJ6D8C.com.tangem.Tangem.Clip"]
11+
}
12+
}

AF54/apple-app-site-association.txt

+12
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
{
2+
"applinks": {
3+
"apps": [],
4+
"details": [{
5+
"appID": "4897UJ6D8C.com.tangem.Tangem",
6+
"paths": ["/redirect", "/ndef/*", "wc"]
7+
}]
8+
},
9+
"appclips": {
10+
"apps": ["4897UJ6D8C.com.tangem.Tangem.Clip"]
11+
}
12+
}

AF55/apple-app-site-association.txt

+12
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
{
2+
"applinks": {
3+
"apps": [],
4+
"details": [{
5+
"appID": "4897UJ6D8C.com.tangem.Tangem",
6+
"paths": ["/redirect", "/ndef/*", "wc"]
7+
}]
8+
},
9+
"appclips": {
10+
"apps": ["4897UJ6D8C.com.tangem.Tangem.Clip"]
11+
}
12+
}

AF56/apple-app-site-association.txt

+12
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
{
2+
"applinks": {
3+
"apps": [],
4+
"details": [{
5+
"appID": "4897UJ6D8C.com.tangem.Tangem",
6+
"paths": ["/redirect", "/ndef/*", "wc"]
7+
}]
8+
},
9+
"appclips": {
10+
"apps": ["4897UJ6D8C.com.tangem.Tangem.Clip"]
11+
}
12+
}

AF56/index.html

+38
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
<!DOCTYPE html>
2+
<html lang="en">
3+
4+
<head>
5+
<meta charset="utf-8" />
6+
<script>
7+
function getMobileOperatingSystem() {
8+
var userAgent = navigator.userAgent || navigator.vendor || window.opera;
9+
10+
if (/android/i.test(userAgent)) {
11+
return "Android";
12+
}
13+
if (/iPad|iPhone|iPod/.test(userAgent) && !window.MSStream) {
14+
return "iOS";
15+
}
16+
17+
return "unknown";
18+
}
19+
</script>
20+
21+
<script>
22+
function DetectAndServe(){
23+
let os = getMobileOperatingSystem();
24+
if (os == "Android") {
25+
window.location.href = "https://play.google.com/store/apps/details?id=com.tangem.wallet";
26+
} else if (os == "iOS") {
27+
window.location.href = "https://apps.apple.com/app/id1354868448";
28+
} else {
29+
window.location.href = "https://tangem.com";
30+
}
31+
}
32+
</script>
33+
</head>
34+
35+
<body onload="DetectAndServe()">
36+
</body>
37+
38+
</html>

AF57/apple-app-site-association.txt

+12
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
{
2+
"applinks": {
3+
"apps": [],
4+
"details": [{
5+
"appID": "4897UJ6D8C.com.tangem.Tangem",
6+
"paths": ["/redirect", "/ndef/*", "wc"]
7+
}]
8+
},
9+
"appclips": {
10+
"apps": ["4897UJ6D8C.com.tangem.Tangem.Clip"]
11+
}
12+
}

AF57/index.html

+38
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
<!DOCTYPE html>
2+
<html lang="en">
3+
4+
<head>
5+
<meta charset="utf-8" />
6+
<script>
7+
function getMobileOperatingSystem() {
8+
var userAgent = navigator.userAgent || navigator.vendor || window.opera;
9+
10+
if (/android/i.test(userAgent)) {
11+
return "Android";
12+
}
13+
if (/iPad|iPhone|iPod/.test(userAgent) && !window.MSStream) {
14+
return "iOS";
15+
}
16+
17+
return "unknown";
18+
}
19+
</script>
20+
21+
<script>
22+
function DetectAndServe(){
23+
let os = getMobileOperatingSystem();
24+
if (os == "Android") {
25+
window.location.href = "https://play.google.com/store/apps/details?id=com.tangem.wallet";
26+
} else if (os == "iOS") {
27+
window.location.href = "https://apps.apple.com/app/id1354868448";
28+
} else {
29+
window.location.href = "https://tangem.com";
30+
}
31+
}
32+
</script>
33+
</head>
34+
35+
<body onload="DetectAndServe()">
36+
</body>
37+
38+
</html>

AF58/apple-app-site-association.txt

+12
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
{
2+
"applinks": {
3+
"apps": [],
4+
"details": [{
5+
"appID": "4897UJ6D8C.com.tangem.Tangem",
6+
"paths": ["/redirect", "/ndef/*", "wc"]
7+
}]
8+
},
9+
"appclips": {
10+
"apps": ["4897UJ6D8C.com.tangem.Tangem.Clip"]
11+
}
12+
}

AF58/index.html

+38
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
<!DOCTYPE html>
2+
<html lang="en">
3+
4+
<head>
5+
<meta charset="utf-8" />
6+
<script>
7+
function getMobileOperatingSystem() {
8+
var userAgent = navigator.userAgent || navigator.vendor || window.opera;
9+
10+
if (/android/i.test(userAgent)) {
11+
return "Android";
12+
}
13+
if (/iPad|iPhone|iPod/.test(userAgent) && !window.MSStream) {
14+
return "iOS";
15+
}
16+
17+
return "unknown";
18+
}
19+
</script>
20+
21+
<script>
22+
function DetectAndServe(){
23+
let os = getMobileOperatingSystem();
24+
if (os == "Android") {
25+
window.location.href = "https://play.google.com/store/apps/details?id=com.tangem.wallet";
26+
} else if (os == "iOS") {
27+
window.location.href = "https://apps.apple.com/app/id1354868448";
28+
} else {
29+
window.location.href = "https://tangem.com";
30+
}
31+
}
32+
</script>
33+
</head>
34+
35+
<body onload="DetectAndServe()">
36+
</body>
37+
38+
</html>

AF59/apple-app-site-association.txt

+12
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
{
2+
"applinks": {
3+
"apps": [],
4+
"details": [{
5+
"appID": "4897UJ6D8C.com.tangem.Tangem",
6+
"paths": ["/redirect", "/ndef/*", "wc"]
7+
}]
8+
},
9+
"appclips": {
10+
"apps": ["4897UJ6D8C.com.tangem.Tangem.Clip"]
11+
}
12+
}

AF60/apple-app-site-association.txt

+12
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
{
2+
"applinks": {
3+
"apps": [],
4+
"details": [{
5+
"appID": "4897UJ6D8C.com.tangem.Tangem",
6+
"paths": ["/redirect", "/ndef/*", "wc"]
7+
}]
8+
},
9+
"appclips": {
10+
"apps": ["4897UJ6D8C.com.tangem.Tangem.Clip"]
11+
}
12+
}

AF60/index.html

+38
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
<!DOCTYPE html>
2+
<html lang="en">
3+
4+
<head>
5+
<meta charset="utf-8" />
6+
<script>
7+
function getMobileOperatingSystem() {
8+
var userAgent = navigator.userAgent || navigator.vendor || window.opera;
9+
10+
if (/android/i.test(userAgent)) {
11+
return "Android";
12+
}
13+
if (/iPad|iPhone|iPod/.test(userAgent) && !window.MSStream) {
14+
return "iOS";
15+
}
16+
17+
return "unknown";
18+
}
19+
</script>
20+
21+
<script>
22+
function DetectAndServe(){
23+
let os = getMobileOperatingSystem();
24+
if (os == "Android") {
25+
window.location.href = "https://play.google.com/store/apps/details?id=com.tangem.wallet";
26+
} else if (os == "iOS") {
27+
window.location.href = "https://apps.apple.com/app/id1354868448";
28+
} else {
29+
window.location.href = "https://tangem.com";
30+
}
31+
}
32+
</script>
33+
</head>
34+
35+
<body onload="DetectAndServe()">
36+
</body>
37+
38+
</html>

AF61/apple-app-site-association.txt

+12
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
{
2+
"applinks": {
3+
"apps": [],
4+
"details": [{
5+
"appID": "4897UJ6D8C.com.tangem.Tangem",
6+
"paths": ["/redirect", "/ndef/*", "wc"]
7+
}]
8+
},
9+
"appclips": {
10+
"apps": ["4897UJ6D8C.com.tangem.Tangem.Clip"]
11+
}
12+
}

AF62/apple-app-site-association.txt

+12
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
{
2+
"applinks": {
3+
"apps": [],
4+
"details": [{
5+
"appID": "4897UJ6D8C.com.tangem.Tangem",
6+
"paths": ["/redirect", "/ndef/*", "wc"]
7+
}]
8+
},
9+
"appclips": {
10+
"apps": ["4897UJ6D8C.com.tangem.Tangem.Clip"]
11+
}
12+
}

AF63/apple-app-site-association.txt

+12
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
{
2+
"applinks": {
3+
"apps": [],
4+
"details": [{
5+
"appID": "4897UJ6D8C.com.tangem.Tangem",
6+
"paths": ["/redirect", "/ndef/*", "wc"]
7+
}]
8+
},
9+
"appclips": {
10+
"apps": ["4897UJ6D8C.com.tangem.Tangem.Clip"]
11+
}
12+
}

0 commit comments

Comments
 (0)