aboutsummaryrefslogtreecommitdiffstats
path: root/manifest.json
diff options
context:
space:
mode:
Diffstat (limited to 'manifest.json')
-rw-r--r--manifest.json38
1 files changed, 22 insertions, 16 deletions
diff --git a/manifest.json b/manifest.json
index 1468bd7..5bfc9d1 100644
--- a/manifest.json
+++ b/manifest.json
@@ -1,19 +1,25 @@
{
- "version": "0.3.1",
- "name": "Hesla",
- "description": "Display today's Hesla (Losungen, Watchwords) from Bible.",
- "icons": {
- "48": "lamb-of-God.svg",
- "96": "lamb-of-God.svg",
- "128": "lamb-of-God.svg"
- },
- "app": {
- "urls": [
- "http://hesla.ceplovi.cz/"
- ],
- "launch": {
- "web_url": "http://hesla.ceplovi.cz/"
+ "name": "Hesla JB",
+ "short_name": "Hesla",
+ "icons": [
+ {
+ "src": "/icon-192.png",
+ "sizes": "192x192",
+ "type": "image/png"
+ },
+ {
+ "src": "/icon-512.png",
+ "sizes": "512x512",
+ "type": "image/png"
+ },
+ {
+ "src": "lamb-of-God.svg",
+ "sizes": "192x192",
+ "type": "image/svg+xml"
}
- },
- "manifest_version": 2
+ ],
+ "theme_color": "#ffffff",
+ "background_color": "#ffffff",
+ "display": "standalone",
+ "start_url": "/"
}