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

jsonexample rebuild script (#1366)

This commit is contained in:
Brett Morgan
2022-08-10 06:38:39 +10:00
committed by GitHub
parent 18501cd153
commit fc0268cc9a
38 changed files with 360 additions and 253 deletions

View File

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