This repository has been archived on 2024-05-13. You can view files and clone it, but cannot push or open issues or pull requests.
share2fedi/public/site.webmanifest

20 lines
320 B
Text
Raw Normal View History

{
2023-03-16 10:20:56 -04:00
"name": "Share₂Fedi",
"short_name": "Share₂Fedi",
2023-03-26 14:50:20 -04:00
"background_color": "#000",
"display": "standalone",
"icons": [
{
"src": "/icon-192.png",
"sizes": "192x192",
"type": "image/png"
},
{
"src": "/icon-512.png",
"sizes": "512x512",
"type": "image/png"
}
],
2023-03-16 10:20:56 -04:00
"theme_color": "#40665c"
}