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 Permalink Normal View History

{
2023-03-16 09:20:56 -05:00
"name": "Share₂Fedi",
"short_name": "Share₂Fedi",
2023-03-26 13:50:20 -05: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 09:20:56 -05:00
"theme_color": "#40665c"
}