X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/d94a01f36a822e9c4c8f7713d41065d8782fcd24..4af7ac8eb45833fc3251d799ef48cd834183901e:/src/wolnelektury/static/root/manifest.json diff --git a/src/wolnelektury/static/root/manifest.json b/src/wolnelektury/static/root/manifest.json new file mode 100644 index 000000000..fce3885e9 --- /dev/null +++ b/src/wolnelektury/static/root/manifest.json @@ -0,0 +1,18 @@ +{ + "short_name": "Wolne Lektury", + "name": "Wolne Lektury", + "icons": [ + { + "src": "app-icon.png", + "type": "image/png", + "sizes": "192x192" + } + ], + "prefer_related_applications": true, + "related_applications": [ + { + "platform": "play", + "id": "com.moiseum.wolnelektury" + } + ] +}