Skip to content

Commit

Permalink
added pwa related_applications entry, should fix #160
Browse files Browse the repository at this point in the history
  • Loading branch information
fcamblor committed May 8, 2021
1 parent ecb5381 commit 8556643
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion public/manifest.webmanifest
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,15 @@
"type": "image/png",
"sizes": "2704x1476"
}
]
],
"prefer_related_applications": true,
"related_applications": [{
"platform": "play",
"url": "https://play.google.com/store/apps/details?id=com.cvtracker.vmd2",
"id": "com.cvtracker.vmd2"
}, {
"platform": "itunes",
"url": "https://apps.apple.com/fr/app/vite-ma-dose/id1563630754",
"id": "ZL9396WK65.app.vitemadose"
}]
}

0 comments on commit 8556643

Please sign in to comment.