diff --git a/public/images/icons-128.png b/public/images/icons-128.png new file mode 100644 index 0000000..d53c483 Binary files /dev/null and b/public/images/icons-128.png differ diff --git a/public/images/icons-192.png b/public/images/icons-192.png new file mode 100644 index 0000000..517218a Binary files /dev/null and b/public/images/icons-192.png differ diff --git a/public/images/icons-512.png b/public/images/icons-512.png new file mode 100644 index 0000000..cd7b0e5 Binary files /dev/null and b/public/images/icons-512.png differ diff --git a/public/images/screenshot1.jpg b/public/images/screenshot1.jpg new file mode 100644 index 0000000..9f3a6fa Binary files /dev/null and b/public/images/screenshot1.jpg differ diff --git a/public/images/screenshot2.jpg b/public/images/screenshot2.jpg new file mode 100644 index 0000000..d20e545 Binary files /dev/null and b/public/images/screenshot2.jpg differ diff --git a/public/images/screenshot3.jpg b/public/images/screenshot3.jpg new file mode 100644 index 0000000..73a0562 Binary files /dev/null and b/public/images/screenshot3.jpg differ diff --git a/public/index.html b/public/index.html index 99dcf1f..3d2589b 100644 --- a/public/index.html +++ b/public/index.html @@ -4,7 +4,7 @@ - + Publite diff --git a/public/manifest.json b/public/manifest.json index ff3d075..f52fe21 100644 --- a/public/manifest.json +++ b/public/manifest.json @@ -2,6 +2,11 @@ "short_name": "Publite", "name": "Publite: eBook reader", "icons": [ + { + "src": "images/icons-128.png", + "type": "image/png", + "sizes": "128x128" + }, { "src": "/images/icons-192.png", "type": "image/png", @@ -14,30 +19,26 @@ } ], "start_url": "/", - "background_color": "#000000", + "background_color": "#ffffff", "display": "standalone", "scope": "/", "theme_color": "#000000", - "shortcuts": [ - { - "name": "How's weather today?", - "short_name": "Today", - "description": "View weather information for today", - "url": "/today?source=pwa", - "icons": [{ "src": "/images/today.png", "sizes": "192x192" }] - } - ], "description": "eBook reader supporting EPUB and FB2 files", "screenshots": [ { - "src": "/images/screenshot1.png", - "type": "image/png", - "sizes": "540x720" + "src": "/images/screenshot1.jpg", + "type": "image/jpg", + "sizes": "1080x2400" }, { "src": "/images/screenshot2.jpg", "type": "image/jpg", - "sizes": "540x720" + "sizes": "1080x2400" + }, + { + "src": "/images/screenshot3.jpg", + "type": "image/jpg", + "sizes": "1080x2400" } ] }