stikkapp / static /manifest.json
vagrillo's picture
Upload 5 files
5fff7fb verified
raw
history blame contribute delete
508 Bytes
{
"name": "StikkApp",
"short_name": "StikkApp",
"start_url": "/stikkapp",
"display": "fullscreen",
"background_color": "#f5f5f5",
"theme_color": "#4285f4",
"icons": [
{
"src": "/stikkapp/static/images/icon-192.png",
"sizes": "192x192",
"type": "image/png"
},
{
"src": "/stikkapp/static/images/icon-512.png",
"sizes": "512x512",
"type": "image/png"
}
]
}