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