graphite2 / frontend /public /site.webmanifest
openfree's picture
Deploy from GitHub repository
2409829 verified
raw
history blame contribute delete
481 Bytes
{
"name": "Graphite",
"short_name": "Graphite",
"start_url": "/",
"id": "/",
"icons": [
{
"src": "./android-chrome-192x192.png",
"sizes": "192x192",
"type": "image/png"
},
{
"src": "./android-chrome-512x512.png",
"sizes": "512x512",
"type": "image/png"
}
],
"theme_color": "#ffffff",
"background_color": "#222222",
"display": "standalone"
}