-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Expand file tree
/
Copy pathmanifest.webapp
More file actions
28 lines (28 loc) · 669 Bytes
/
manifest.webapp
File metadata and controls
28 lines (28 loc) · 669 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
{
"name": "Music Blocks",
"short_name": "MB",
"description": "Learn to program music with snap-together blocks!",
"start_url": ".",
"launch_path": "/index.html",
"background_color": "white",
"icons": [{
"src": "/activity/activity-icon-color-512.png",
"sizes": "512x512",
"type": "image/png"
},
{
"src": "/activity/activity-icon-color-128.png",
"sizes": "128x128",
"type": "image/png"
}],
"developer": {
"name": "Walter Bender",
"url": "https://sugarlabs.org"
},
"default_locale": "en",
"screenshots": [{
"src": "screenshots/Screenshot-1.png",
"sizes": "1440x715",
"type": "image/png"
}]
}