reveil/ui/static/manifest.json

21 lines
423 B
JSON
Raw Permalink Normal View History

2022-10-01 17:37:12 +00:00
{
"manifest_version": 2,
2022-12-08 08:18:03 +00:00
"short_name": "Réveil",
"name": "Réveil",
2022-10-01 17:37:12 +00:00
"version": "0.1",
"author": "nemucorp",
"start_url": "/",
"icons": [
{
"src": "img/android-chrome-512x512.png",
"type": "image/png",
"sizes": "512x512"
}
],
2022-12-08 08:18:03 +00:00
"background_color": "#e83e8c",
2022-10-01 17:37:12 +00:00
"display": "standalone",
"scope": "/",
"theme_color": "#ffffff",
2022-12-08 08:18:03 +00:00
"description": "Quand est-ce qu'on se lève ?"
2022-10-01 17:37:12 +00:00
}