Initial proof of concept
This commit is contained in:
parent
b80602e230
commit
85e9e1f5f1
8 changed files with 101 additions and 0 deletions
21
manifest.json
Normal file
21
manifest.json
Normal file
|
|
@ -0,0 +1,21 @@
|
|||
{
|
||||
"short_name": "PWA",
|
||||
"name": "LIPS PWA Experiment",
|
||||
"description": "A PWA built with LIPS Scheme.",
|
||||
"start_url": "/",
|
||||
"display": "standalone",
|
||||
"theme_color": "black",
|
||||
"background_color": "white",
|
||||
"icons": [
|
||||
{
|
||||
"src": "icon-192.png",
|
||||
"sizes": "192x192",
|
||||
"type": "image/png"
|
||||
},
|
||||
{
|
||||
"src": "icon-512.png",
|
||||
"sizes": "512x512",
|
||||
"type": "image/png"
|
||||
}
|
||||
]
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue