mirror of
https://github.com/eliasstepanik/vdo.ninja.git
synced 2026-01-11 21:58:35 +00:00
22 lines
501 B
JSON
22 lines
501 B
JSON
{
|
|
"short_name": "VDO.Ninja",
|
|
"name": "VDO.Ninja: Progressive Web App Version",
|
|
"icons": [
|
|
{
|
|
"src": "./media/icon.svg",
|
|
"type": "image/svg+xml",
|
|
"sizes": "512x512"
|
|
},
|
|
{
|
|
"src": "./media/icon.svg",
|
|
"type": "image/svg+xml",
|
|
"sizes": "192x192"
|
|
}
|
|
],
|
|
"start_url": "./?pwa",
|
|
"background_color": "#3367D6",
|
|
"display": "standalone",
|
|
"scope": "./",
|
|
"theme_color": "#3367D6",
|
|
"description": "Weather forecast information"
|
|
} |