vdo.ninja/manifest.json
Steve Seguin 94a6f5ff89
v20.6
bug fixes; couple minor features.  testing out PWA support
2022-02-07 12:40:59 -05:00

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"
}