diff options
Diffstat (limited to 'assets/root')
-rw-r--r-- | assets/root/manifest.json | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/assets/root/manifest.json b/assets/root/manifest.json index b8bf5da..99fd18d 100644 --- a/assets/root/manifest.json +++ b/assets/root/manifest.json @@ -55,5 +55,12 @@ "education", "productivity", "utilities" - ] -}
\ No newline at end of file + ], + "prefer_related_applications": true, + "related_applications": [ + { + "platform": "play", + "id": "tk.gimb.app" + } + ] +} |