1
0
Fork 0
mirror of synced 2024-07-03 13:41:01 +12:00
appwrite/public/manifest.json

17 lines
349 B
JSON
Raw Normal View History

2019-05-09 18:54:39 +12:00
{
"name": "Appwrite",
"short_name": "Appwrite",
"start_url": ".",
"url": "https://appwrite.io/",
"display": "standalone",
"background_color": "#fff",
"theme_color": "#f02e65",
"description": "Make coding fun again",
"icons": [
{
"src": "images/favicon.png",
"sizes": "256x256",
"type": "image/png"
}
]
}