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
545 B
JSON
Raw Normal View History

2021-01-21 14:18:25 +00:00
{
"short_name": "Volt Frame Generator",
"name": "Volt Social Media Frame Generator",
2021-01-21 14:18:25 +00:00
"icons": [
{
2021-01-23 21:27:04 +00:00
"src": "volt-logo-white-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-23 21:27:04 +00:00
"src": "volt-logo-white-192.png",
2021-01-21 14:18:25 +00:00
"type": "image/png",
"sizes": "192x192"
},
{
2021-01-23 21:27:04 +00:00
"src": "volt-logo-white-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
}