Prototype commit
This commit is contained in:
commit
9884ccd9ed
29 changed files with 3438 additions and 0 deletions
30
web/static/manifest.webmanifest
Normal file
30
web/static/manifest.webmanifest
Normal file
|
|
@ -0,0 +1,30 @@
|
|||
{
|
||||
"name": "Mill Run",
|
||||
"short_name": "Mill Run",
|
||||
"description": "Audio-guided exhibit",
|
||||
"start_url": "/",
|
||||
"display": "standalone",
|
||||
"orientation": "portrait",
|
||||
"background_color": "#faf7f2",
|
||||
"theme_color": "#2a2520",
|
||||
"icons": [
|
||||
{
|
||||
"src": "/icon-192.png",
|
||||
"sizes": "192x192",
|
||||
"type": "image/png",
|
||||
"purpose": "any"
|
||||
},
|
||||
{
|
||||
"src": "/icon-512.png",
|
||||
"sizes": "512x512",
|
||||
"type": "image/png",
|
||||
"purpose": "any"
|
||||
},
|
||||
{
|
||||
"src": "/icon-maskable-512.png",
|
||||
"sizes": "512x512",
|
||||
"type": "image/png",
|
||||
"purpose": "maskable"
|
||||
}
|
||||
]
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue