summaryrefslogtreecommitdiff
path: root/app.webmanifest
diff options
context:
space:
mode:
Diffstat (limited to 'app.webmanifest')
-rw-r--r--app.webmanifest33
1 files changed, 33 insertions, 0 deletions
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