diff --git a/images/icon-mask.png b/images/icon-mask.png new file mode 100644 index 0000000..d93d196 Binary files /dev/null and b/images/icon-mask.png differ diff --git a/images/logoWhite192.png b/images/logoWhite192.png new file mode 100644 index 0000000..f57cf6a Binary files /dev/null and b/images/logoWhite192.png differ diff --git a/images/logoWhite512.png b/images/logoWhite512.png new file mode 100644 index 0000000..b7a4907 Binary files /dev/null and b/images/logoWhite512.png differ diff --git a/images/screenshot-mobile-dark.png b/images/screenshot-mobile-dark.png new file mode 100644 index 0000000..c2a0fc6 Binary files /dev/null and b/images/screenshot-mobile-dark.png differ diff --git a/images/screenshot-mobile-light.png b/images/screenshot-mobile-light.png new file mode 100644 index 0000000..5b36942 Binary files /dev/null and b/images/screenshot-mobile-light.png differ diff --git a/images/screenshot-wide-dark.png b/images/screenshot-wide-dark.png new file mode 100644 index 0000000..1c982b5 Binary files /dev/null and b/images/screenshot-wide-dark.png differ diff --git a/images/screenshot-wide-light.png b/images/screenshot-wide-light.png new file mode 100644 index 0000000..16b2e40 Binary files /dev/null and b/images/screenshot-wide-light.png differ diff --git a/manifest.webmanifest b/manifest.webmanifest index ac0991d..7af15a5 100644 --- a/manifest.webmanifest +++ b/manifest.webmanifest @@ -1,7 +1,40 @@ { + "name": "The tempus project.", + "short_name": "TTP", + "description": "Saving you time on every aspect of app development.", + "start_url": "/", + "display": "standalone", + "background_color": "#7d7f83", + "theme_color": "#3fa9f5", "icons": [ - { "src": "/images/icon-192.png", "type": "image/png", "sizes": "192x192" }, - { "src": "/images/icon-mask.png", "type": "image/png", "sizes": "512x512", "purpose": "maskable" }, - { "src": "/images/icon-512.png", "type": "image/png", "sizes": "512x512" } + { "src": "/images/logoWhite192.png", "type": "image/png", "sizes": "192x192" }, + { "src": "/images/logoWhite512.png", "type": "image/png", "sizes": "512x512" }, + { "src": "/images/icon-mask.png", "type": "image/png", "sizes": "512x512", "purpose": "maskable" } + ], + "screenshots": [ + { + "src": "/images/screenshot-wide-dark.png", + "type": "image/png", + "sizes": "1788x942", + "form_factor": "wide" + }, + { + "src": "/images/screenshot-wide-light.png", + "type": "image/png", + "sizes": "1788x942", + "form_factor": "wide" + }, + { + "src": "/images/screenshot-mobile-dark.png", + "type": "image/png", + "sizes": "478x609", + "form_factor": "narrow" + }, + { + "src": "/images/screenshot-mobile-light.png", + "type": "image/png", + "sizes": "478x609", + "form_factor": "narrow" + } ] } \ No newline at end of file