-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmanifest.webmanifest
More file actions
52 lines (52 loc) · 1.58 KB
/
Copy pathmanifest.webmanifest
File metadata and controls
52 lines (52 loc) · 1.58 KB
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
48
49
50
51
52
{
"name": "Dobson Development",
"short_name": "Dobson Dev",
"description": "Australian software studio building practical tools for cybersecurity and business",
"start_url": "/",
"scope": "/",
"display": "standalone",
"background_color": "#0B0C10",
"theme_color": "#0B0C10",
"orientation": "portrait-primary",
"lang": "en-AU",
"categories": ["business", "developer-tools", "security"],
"icons": [
{
"src": "/assets/images/icon.svg",
"sizes": "any",
"type": "image/svg+xml",
"purpose": "any"
},
{
"src": "/assets/images/icon.svg",
"sizes": "512x512",
"type": "image/svg+xml",
"purpose": "maskable"
}
],
"shortcuts": [
{
"name": "View Portfolio",
"short_name": "Portfolio",
"description": "See live projects",
"url": "/#portfolio",
"icons": [{ "src": "/assets/images/icon.svg", "sizes": "any" }]
},
{
"name": "Read Blog",
"short_name": "Blog",
"description": "Latest articles",
"url": "/blog/",
"icons": [{ "src": "/assets/images/icon.svg", "sizes": "any" }]
},
{
"name": "Contact Us",
"short_name": "Contact",
"description": "Get in touch",
"url": "/#contact",
"icons": [{ "src": "/assets/images/icon.svg", "sizes": "any" }]
}
],
"related_applications": [],
"prefer_related_applications": false
}