mirror of
https://github.com/flutter/samples.git
synced 2026-05-18 21:08:20 +00:00
navigation_and_routing rebuild script (#1368)
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "bookstore",
|
||||
"short_name": "bookstore",
|
||||
"name": "navigation_and_routing",
|
||||
"short_name": "navigation_and_routing",
|
||||
"start_url": ".",
|
||||
"display": "standalone",
|
||||
"background_color": "#0175C2",
|
||||
@@ -18,6 +18,18 @@
|
||||
"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",
|
||||
"type": "image/png",
|
||||
"purpose": "maskable"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user