From 36bd438867b7dc135c3be04b6d62d9ee8b0a545a Mon Sep 17 00:00:00 2001 From: Maximiliano Firtman Date: Tue, 2 May 2023 08:07:29 -0500 Subject: first commit --- app.webmanifest | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 app.webmanifest (limited to 'app.webmanifest') diff --git a/app.webmanifest b/app.webmanifest new file mode 100644 index 0000000..e20b750 --- /dev/null +++ b/app.webmanifest @@ -0,0 +1,33 @@ +{ + "name": "Coffee Masters", + "short_name": "CoffeeMasters", + "theme_color": "#43281C", + "display": "standalone", + "background_color": "#EFEFEF", + "start_url": "/", + "scope": "/", + "description": "The app for order at Coffee Masters, the best coffee shop in the Frontend world, by Frontend Masters.", + "icons": [ + { + "src": "images/icons/icon.png", + "sizes": "1024x1024", + "type": "image/png" + }, + { + "src": "images/icons/icon-maskable.png", + "sizes": "512x512", + "type": "image/png", + "purpose": "maskable" + } + ], + "screenshots": [ + { + "src": "images/screen1.jpg", + "type": "image/jpeg" + }, + { + "src": "images/screen2.jpg", + "type": "image/jpeg" + } + ] +} \ No newline at end of file -- cgit v1.3