Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add files for Trusted Web Activity #1769

Open
wants to merge 4 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions src/SIL.XForge.Scripture/ClientApp/src/.well-known/assetlinks.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
[
{
"relation": ["delegate_permission/common.handle_all_urls"],
"target": {
"namespace": "android_app",
"package_name": "org.sil.scriptureforge",
"sha256_cert_fingerprints": [
"EF:CF:30:DB:7E:C8:D2:34:F2:34:59:21:9E:51:F7:05:F6:EC:B2:11:DA:B9:B6:74:79:1F:F1:BB:5E:C8:68:C8"
]
}
}
]
3 changes: 2 additions & 1 deletion src/SIL.XForge.Scripture/ClientApp/src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
}
gtag("js", new Date());
</script>

<link rel="manifest" href="/manifest.json" />
<link href="https://fonts.googleapis.com/icon?family=Material+Icons|Material+Icons+Outlined" rel="stylesheet" />
<link href="https://fonts.googleapis.com/css?family=Roboto:300,400,500" rel="stylesheet" />
<meta charset="utf-8" />
Expand All @@ -22,6 +22,7 @@
<link rel="apple-touch-icon" href="assets/icons/sf-192x192.png" />
<link rel="manifest" href="manifest.json" />
<meta name="theme-color" content="#343a31" />
<meta name="description" content="A free set of tools to do more with your Paratext project, wherever you are." />
</head>
<body style="margin: 0" class="mdc-typography">
<noscript>Please enable JavaScript to run this application.</noscript>
Expand Down
9 changes: 9 additions & 0 deletions src/SIL.XForge.Scripture/ClientApp/src/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,15 @@
"theme_color": "#343a31",
"background_color": "#ffffff",
"display": "standalone",
"description": "A free set of tools to do more with your Paratext project, wherever you are.",
"orientation": "portrait-primary",
"categories": ["productivity"],
"related_applications": [
{
"platform": "play",
"id": "org.sil.scriptureforge"
}
],
"scope": "/",
"start_url": "/projects",
"icons": [
Expand Down