summaryrefslogtreecommitdiff
path: root/app.webmanifest
diff options
context:
space:
mode:
authorMaximiliano Firtman <firtman@gmail.com>2023-05-02 08:07:29 -0500
committerMaximiliano Firtman <firtman@gmail.com>2023-05-02 08:07:29 -0500
commit36bd438867b7dc135c3be04b6d62d9ee8b0a545a (patch)
treebf517ce97cd84c3dc8934dd01f9d141f580abbc6 /app.webmanifest
first commit
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