-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathmanifest.json
More file actions
39 lines (39 loc) · 952 Bytes
/
Copy pathmanifest.json
File metadata and controls
39 lines (39 loc) · 952 Bytes
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
{
"name": "HellenicDev - Programming Projects & Tools",
"short_name": "HellenicDev",
"description": "Programming projects, experiments, and tools by HellenicDev.",
"start_url": "/",
"display": "standalone",
"background_color": "#111111",
"theme_color": "#19336e",
"orientation": "natural",
"icons": [
{
"src": "/web-app-manifest-192x192.png",
"sizes": "192x192",
"type": "image/png",
"purpose": "maskable"
},
{
"src": "/web-app-manifest-512x512.png",
"sizes": "512x512",
"type": "image/png",
"purpose": "maskable"
},
{
"src": "/logo.webp",
"sizes": "1152x1152",
"type": "image/webp",
"purpose": "any"
},
{
"src": "/favicon.svg",
"sizes": "96x96",
"type": "image/svg+xml"
}
],
"categories": ["development", "programming", "utilities"],
"lang": "en",
"prefer_related_applications": false,
"scope": "/"
}