Skip to content

Commit

Permalink
added related_applications
Browse files Browse the repository at this point in the history
  • Loading branch information
ttomasz committed Sep 18, 2023
1 parent 563899b commit 8a65cc8
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion public/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,15 @@
"start_url": ".",
"display": "standalone",
"theme_color": "#000000",
"background_color": "#ffffff"
"background_color": "#ffffff",
"related_applications": [
{
"platform": "play",
"url": "https://play.google.com/store/apps/details?id=pl.enteam.aed_map",
"id": "pl.enteam.aed_map"
}, {
"platform": "itunes",
"url": "https://apps.apple.com/app/mapa-aed/id1638495701"
}
]
}

0 comments on commit 8a65cc8

Please sign in to comment.