manifest.json
571 Bytes
{
"name": "Flutter PDF Demo",
"short_name": "Flutter PDF Demo",
"start_url": ".",
"display": "standalone",
"background_color": "#0175C2",
"theme_color": "#0175C2",
"description": "Flutter PDF Demo.",
"orientation": "portrait-primary",
"prefer_related_applications": false,
"icons": [
{
"src": "icon-192.png",
"sizes": "192x192",
"type": "image/png"
},
{
"src": "icon-512.png",
"sizes": "512x512",
"type": "image/png"
}
]
}