summaryrefslogtreecommitdiff
path: root/app.webmanifest
blob: e20b750a36167739cbd8d6d4830ecbc33383f350 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
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"
        }
    ]
}