25 lines
637 B
JSON
25 lines
637 B
JSON
![]() |
{
|
||
|
"name": "{{name}}",
|
||
|
"short_name": "{{name}}",
|
||
|
"description": "{{appDesc}}",
|
||
|
"icons": [
|
||
|
{
|
||
|
"src": "{{static}}images/icon/icon_192.png",
|
||
|
"sizes": "192x192",
|
||
|
"type": "image/png"
|
||
|
},
|
||
|
{
|
||
|
"src": "{{static}}images/icon/icon_512.png",
|
||
|
"sizes": "512x512",
|
||
|
"type": "image/png"
|
||
|
}
|
||
|
],
|
||
|
"start_url": "./#",
|
||
|
"scope": "./",
|
||
|
"display": "standalone",
|
||
|
"orientation": "portrait",
|
||
|
"background_color": "#F3F3F3",
|
||
|
"theme_color": "#F6F6F6",
|
||
|
"related_applications": [],
|
||
|
"prefer_related_applications": false
|
||
|
}
|