-
Notifications
You must be signed in to change notification settings - Fork 0
/
manifest.webmanifest
47 lines (47 loc) · 1.23 KB
/
manifest.webmanifest
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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
{
"dir": "ltr",
"lang": "en",
"name": "Passgen - Password Generator",
"scope": "/passgen/",
"display": "standalone",
"start_url": "https://apps.amirasyraf.dev/passgen/",
"short_name": "Passgen",
"theme_color": "#393E46",
"description": "Passgen - Password Generator | Amir Asyraf",
"orientation": "any",
"background_color": "#393E46",
"related_applications": [],
"prefer_related_applications": false,
"icons": [
{
"src": "src/img/favicon-32.png",
"type": "image/png",
"sizes": "32x32"
},
{
"src": "src/img/favicon-64.png",
"type": "image/png",
"sizes": "64x64"
},
{
"src": "src/img/favicon-144.png",
"type": "image/png",
"sizes": "144x144"
},
{
"src": "src/img/favicon-192.png",
"type": "image/png",
"sizes": "192x192"
},
{
"src": "src/img/favicon-256.png",
"type": "image/png",
"sizes": "256x256"
},
{
"src": "src/img/favicon-512.png",
"type": "image/png",
"sizes": "512x512"
}
]
}