diff options
author | sijanec <sijanecantonluka@gmail.com> | 2020-09-23 01:23:17 +0200 |
---|---|---|
committer | sijanec <sijanecantonluka@gmail.com> | 2020-09-23 01:23:17 +0200 |
commit | ee088b33407901f4b53c1eb177795f55769f3c51 (patch) | |
tree | 18fed5b8841b8ed11ceaf717aa67630c01d63b49 /assets/root | |
parent | Added LICENSE (diff) | |
download | beziapp-ee088b33407901f4b53c1eb177795f55769f3c51.tar beziapp-ee088b33407901f4b53c1eb177795f55769f3c51.tar.gz beziapp-ee088b33407901f4b53c1eb177795f55769f3c51.tar.bz2 beziapp-ee088b33407901f4b53c1eb177795f55769f3c51.tar.lz beziapp-ee088b33407901f4b53c1eb177795f55769f3c51.tar.xz beziapp-ee088b33407901f4b53c1eb177795f55769f3c51.tar.zst beziapp-ee088b33407901f4b53c1eb177795f55769f3c51.zip |
Diffstat (limited to 'assets/root')
-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" + } + ] +} |