-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmanifest.json
More file actions
56 lines (56 loc) · 1.36 KB
/
manifest.json
File metadata and controls
56 lines (56 loc) · 1.36 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
53
54
55
56
{
"name": "Miles Waite - Complex Systems & Creative Technology",
"short_name": "Miles Waite",
"description": "Portfolio of complex systems and creative technology expertise",
"start_url": "/",
"display": "standalone",
"background_color": "#fafafa",
"theme_color": "#6366f1",
"orientation": "portrait-primary",
"scope": "/",
"lang": "en",
"dir": "ltr",
"categories": ["portfolio", "technology", "creative", "business"],
"icons": [
{
"src": "favicon-32x32.png",
"sizes": "32x32",
"type": "image/png",
"purpose": "any"
},
{
"src": "favicon-32x32.png",
"sizes": "32x32",
"type": "image/png",
"purpose": "maskable"
}
],
"shortcuts": [
{
"name": "Projects",
"short_name": "Projects",
"description": "View creative technology projects",
"url": "/#projects"
},
{
"name": "Music",
"short_name": "Music",
"description": "Explore audio-reactive visuals and music",
"url": "/#music"
},
{
"name": "Code",
"short_name": "Code",
"description": "View technical projects and systems",
"url": "/#code"
},
{
"name": "About",
"short_name": "About",
"description": "Learn about Miles Waite",
"url": "/about.html"
}
],
"related_applications": [],
"prefer_related_applications": false
}