mirror of
https://github.com/flutter/samples.git
synced 2025-11-13 10:59:04 +00:00
[infinite_list] Web folder added in infinite_list (#555)
This commit is contained in:
23
infinite_list/web/manifest.json
Normal file
23
infinite_list/web/manifest.json
Normal file
@@ -0,0 +1,23 @@
|
||||
{
|
||||
"name": "infinite_list",
|
||||
"short_name": "infinite_list",
|
||||
"start_url": ".",
|
||||
"display": "standalone",
|
||||
"background_color": "#0175C2",
|
||||
"theme_color": "#0175C2",
|
||||
"description": "A new Flutter project.",
|
||||
"orientation": "portrait-primary",
|
||||
"prefer_related_applications": false,
|
||||
"icons": [
|
||||
{
|
||||
"src": "icons/Icon-192.png",
|
||||
"sizes": "192x192",
|
||||
"type": "image/png"
|
||||
},
|
||||
{
|
||||
"src": "icons/Icon-512.png",
|
||||
"sizes": "512x512",
|
||||
"type": "image/png"
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user