1
0
Fork 0
mirror of synced 2024-06-30 12:10:51 +12:00
appwrite/public/manifest.json
2019-05-09 09:54:42 +03:00

17 lines
349 B
JSON

{
"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"
}
]
}