Files
directus/public/manifest.webmanifest
rijkvanzanten 8573e61015 Initial commit
2020-02-05 14:02:32 -05:00

21 lines
482 B
JSON

{
"name": "Directus",
"short_name": "Directus",
"icons": [
{
"src": "img/icons/android-chrome-192x192.png",
"sizes": "192x192",
"type": "image/png"
},
{
"src": "img/icons/android-chrome-512x512.png",
"sizes": "512x512",
"type": "image/png"
}
],
"theme_color": "#263238",
"background_color": "#263238",
"display": "standalone",
"start_url": "."
}