1
0
Fork 0
mirror of https://github.com/voltbonn/profile-picture-generator.git synced 2024-12-22 07:45:04 +00:00
profile.volt.link/public/manifest.json
2021-01-23 22:27:04 +01:00

25 lines
545 B
JSON

{
"short_name": "Volt Frame Generator",
"name": "Volt Social Media Frame Generator",
"icons": [
{
"src": "volt-logo-white-64.png",
"sizes": "64x64 32x32 24x24 16x16",
"type": "image/png"
},
{
"src": "volt-logo-white-192.png",
"type": "image/png",
"sizes": "192x192"
},
{
"src": "volt-logo-white-512.png",
"type": "image/png",
"sizes": "512x512"
}
],
"start_url": ".",
"display": "standalone",
"theme_color": "#582C83",
"background_color": "#582C83"
}