Makerpage / app /static /manifest.json
Edoruin's picture
sustitude flet by flask
ceb9831
raw
history blame contribute delete
709 Bytes
{
"name": "Maker Space",
"short_name": "MakerSpace",
"description": "Panel de control para Maker Space",
"start_url": "/",
"display": "standalone",
"background_color": "#0f172a",
"theme_color": "#38bdf8",
"icons": [
{
"src": "/static/assets/icon192x192.png",
"sizes": "192x192",
"type": "image/png"
},
{
"src": "/static/assets/icon-512x512.png",
"sizes": "512x512",
"type": "image/png"
},
{
"src": "/static/assets/apple-touch-icon.png",
"sizes": "180x180",
"type": "image/png",
"purpose": "maskable"
}
]
}