Files
standardnotes-app-web/public/favicon/manifest.json
2017-02-21 11:22:09 -06:00

18 lines
417 B
JSON

{
"name": "Standard Notes",
"icons": [
{
"src": "/android-chrome-192x192.png",
"sizes": "192x192",
"type": "image/png"
},
{
"src": "/android-chrome-384x384.png",
"sizes": "384x384",
"type": "image/png"
}
],
"theme_color": "#ffffff",
"background_color": "#ffffff",
"display": "standalone"
}