1
0
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:
Brett Morgan
2022-08-10 06:37:42 +10:00
committed by GitHub
parent 0b86fbc66c
commit 18501cd153
53 changed files with 1631 additions and 203 deletions

View File

@@ -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"
}
]
}