diff options
Diffstat (limited to 'dist/manifest.json')
-rwxr-xr-x | dist/manifest.json | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/dist/manifest.json b/dist/manifest.json index b8bf5da..99fd18d 100755 --- a/dist/manifest.json +++ b/dist/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" + } + ] +} |