From 2032170470e2591ae53c7e8131c3b6eeb636392e Mon Sep 17 00:00:00 2001 From: Borja Gonzalez Date: Mon, 5 Apr 2021 18:11:06 +0200 Subject: [PATCH] Added manifest --- manifest.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 manifest.json diff --git a/manifest.json b/manifest.json new file mode 100644 index 0000000..05392f6 --- /dev/null +++ b/manifest.json @@ -0,0 +1,10 @@ +{ + "name": "Calc Trainig", + "short_name": "Calc Training", + "start_url": "/", + "icons": [], + "theme_color": "#4ba3c3", + "background_color": "#f7f9f9", + "display": "fullscreen", + "orientation": "portrait" +}