hedera-web/pages/main/manifest.json

14 lines
216 B
JSON
Raw Normal View History

2016-10-30 22:48:18 +00:00
{
"name": "Verdnatura",
"icons": [
{
2021-01-15 15:02:44 +00:00
"src": "\/image\/icon.png",
2016-10-30 22:48:18 +00:00
"sizes": "512x512"
}
],
2017-12-05 12:59:22 +00:00
"start_url": "/index.php",
2018-01-23 08:17:52 +00:00
"display": "standalone",
2021-01-15 14:43:30 +00:00
"theme_color": "#333333",
2021-01-15 13:52:26 +00:00
"background_color": "#FFFFFF"
2016-10-30 22:48:18 +00:00
}