Skip to content

Commit

Permalink
Add meta tags for app installation and related applications (#415)
Browse files Browse the repository at this point in the history
  • Loading branch information
Robert27 authored Aug 24, 2024
1 parent 46ef712 commit fe7ac30
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
4 changes: 4 additions & 0 deletions rogue-thi-app/lib/providers/StyleProvider.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,10 @@ export default function StyleProvider({ children }) {
name="theme-color"
content={themeColor}
/>
<meta
name="apple-itunes-app"
content="app-id=1617096811"
/>

<link
rel="manifest"
Expand Down
8 changes: 8 additions & 0 deletions rogue-thi-app/public/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,14 @@
"orientation": "portrait",
"scope": "/",
"start_url": "/",
"prefer_related_applications": true,
"related_applications": [
{
"platform": "play",
"id": "app.neuland",
"url": "https://play.google.com/store/apps/details?id=app.neuland"
}
],
"icons": [
{
"src": "/manifest-icon-192.maskable.png",
Expand Down

0 comments on commit fe7ac30

Please sign in to comment.