22 lines
488 B
Text
22 lines
488 B
Text
|
{
|
||
|
"name": "{{#data}}{{name}}{{/data}}",
|
||
|
"start_url": "{{#data}}{{url}}{{/data}}",
|
||
|
"display": "standalone",
|
||
|
"background_color": "#2a2424",
|
||
|
"description": "{{#data}}{{description}}{{/data}}",
|
||
|
"icons": [
|
||
|
{
|
||
|
"src": "/icons/android-chrome-192x192.png",
|
||
|
"sizes": "192x192",
|
||
|
"type": "image/png"
|
||
|
}
|
||
|
],
|
||
|
"theme_color": "#2a2424",
|
||
|
"related_applications": [
|
||
|
{
|
||
|
"platform": "source",
|
||
|
"url": "https://git.mylloon.fr/Anri/mylloon.fr"
|
||
|
}
|
||
|
]
|
||
|
}
|