Cambios para pwa
This commit is contained in:
@ -1,35 +1,40 @@
|
||||
{
|
||||
"name": "flutter_project",
|
||||
"short_name": "flutter_project",
|
||||
"name": "CR-Civán",
|
||||
"short_name": "CR-Civán",
|
||||
"start_url": ".",
|
||||
"display": "standalone",
|
||||
"background_color": "#0175C2",
|
||||
"theme_color": "#0175C2",
|
||||
"description": "A new Flutter project.",
|
||||
"background_color": "#000000",
|
||||
"theme_color": "#000000",
|
||||
"description": "Comunidad de Regantes de Civán",
|
||||
"orientation": "portrait-primary",
|
||||
"prefer_related_applications": false,
|
||||
"icons": [
|
||||
{
|
||||
"src": "icons/Icon-192.png",
|
||||
"sizes": "192x192",
|
||||
"src": "icons/iconoCuadrado.png",
|
||||
"sizes": "654x654",
|
||||
"type": "image/png"
|
||||
},
|
||||
{
|
||||
"src": "icons/Icon-512.png",
|
||||
"sizes": "512x512",
|
||||
"type": "image/png"
|
||||
},
|
||||
{
|
||||
"src": "icons/Icon-maskable-192.png",
|
||||
"sizes": "192x192",
|
||||
"type": "image/png",
|
||||
"purpose": "maskable"
|
||||
},
|
||||
{
|
||||
"src": "icons/Icon-maskable-512.png",
|
||||
"sizes": "512x512",
|
||||
"src": "icons/iconoCuadrado.png",
|
||||
"sizes": "654x654",
|
||||
"type": "image/png",
|
||||
"purpose": "maskable"
|
||||
}
|
||||
],
|
||||
"screenshots": [
|
||||
{
|
||||
"src": "icons/screenshot1.png",
|
||||
"sizes": "1344x2992",
|
||||
"type": "image/png",
|
||||
"form_factor": "wide",
|
||||
"label": "Wonder Widgets"
|
||||
},
|
||||
{
|
||||
"src": "icons/screenshot2.png",
|
||||
"sizes": "1344x2992",
|
||||
"type": "image/png",
|
||||
"form_factor": "narrow",
|
||||
"label": "Wonder Widgets"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user