-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathmanifest.json
More file actions
27 lines (27 loc) · 792 Bytes
/
manifest.json
File metadata and controls
27 lines (27 loc) · 792 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
{
"name": "Project GlyphMotion",
"short_name": "GlyphMotion",
"description": "Real-time object tracking in videos with GitHub Pages and Google Drive integration.",
"start_url": "./",
"display": "standalone",
"background_color": "#0B0A0F",
"theme_color": "#0B0A0F",
"icons": [
{
"src": "images/project-glyph-motion-192x192.png",
"sizes": "192x192",
"type": "image/png"
},
{
"src": "images/project-glyph-motion-512x512.png",
"sizes": "512x512",
"type": "image/png"
},
{
"src": "images/project-glyph-motion-maskable.png",
"sizes": "512x512",
"type": "image/png",
"purpose": "maskable"
}
]
}