mirror of
https://github.com/edcommonwealth/e2c-api.git
synced 2026-03-07 13:38:13 -08:00
22 lines
393 B
Text
22 lines
393 B
Text
{
|
|
"name": "Myapp",
|
|
"icons": [
|
|
{
|
|
"src": "/icon.png",
|
|
"type": "image/png",
|
|
"sizes": "512x512"
|
|
},
|
|
{
|
|
"src": "/icon.png",
|
|
"type": "image/png",
|
|
"sizes": "512x512",
|
|
"purpose": "maskable"
|
|
}
|
|
],
|
|
"start_url": "/",
|
|
"display": "standalone",
|
|
"scope": "/",
|
|
"description": "Myapp.",
|
|
"theme_color": "red",
|
|
"background_color": "red"
|
|
}
|