1
0
Fork 0
mirror of https://github.com/voltbonn/profile-picture-generator.git synced 2024-12-22 15:55:08 +00:00
profile.volt.link/public/manifest.json

26 lines
506 B
JSON
Raw Normal View History

2021-01-21 14:18:25 +00:00
{
"short_name": "React App",
"name": "Create React App Sample",
"icons": [
{
2021-01-21 16:12:21 +00:00
"src": "volt-logo-64.png",
2021-01-21 14:18:25 +00:00
"sizes": "64x64 32x32 24x24 16x16",
2021-01-21 16:12:21 +00:00
"type": "image/png"
2021-01-21 14:18:25 +00:00
},
{
2021-01-21 16:12:21 +00:00
"src": "volt-logo-192.png",
2021-01-21 14:18:25 +00:00
"type": "image/png",
"sizes": "192x192"
},
{
2021-01-21 16:12:21 +00:00
"src": "volt-logo-512.png",
2021-01-21 14:18:25 +00:00
"type": "image/png",
"sizes": "512x512"
}
],
"start_url": ".",
"display": "standalone",
"theme_color": "#582C83",
"background_color": "#582C83"
2021-01-21 14:18:25 +00:00
}