21 lines
423 B
JSON
21 lines
423 B
JSON
{
|
|
"manifest_version": 2,
|
|
"short_name": "Réveil",
|
|
"name": "Réveil",
|
|
"version": "0.1",
|
|
"author": "nemucorp",
|
|
"start_url": "/",
|
|
"icons": [
|
|
{
|
|
"src": "img/android-chrome-512x512.png",
|
|
"type": "image/png",
|
|
"sizes": "512x512"
|
|
}
|
|
],
|
|
"background_color": "#e83e8c",
|
|
"display": "standalone",
|
|
"scope": "/",
|
|
"theme_color": "#ffffff",
|
|
"description": "Quand est-ce qu'on se lève ?"
|
|
}
|