1
0
mirror of https://github.com/flutter/samples.git synced 2025-11-13 10:59:04 +00:00

platform_design rebuild script (#1372)

This commit is contained in:
Brett Morgan
2022-08-10 06:39:46 +10:00
committed by GitHub
parent fc0268cc9a
commit 60fa494702
22 changed files with 170 additions and 59 deletions

View File

@@ -2,7 +2,7 @@
"name": "platform_design",
"short_name": "platform_design",
"start_url": ".",
"display": "minimal-ui",
"display": "standalone",
"background_color": "#0175C2",
"theme_color": "#0175C2",
"description": "A project showcasing a Flutter app following different platform IA conventions.",
@@ -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"
}
]
}