Delete manifest.json

This commit is contained in:
Steve Seguin 2022-02-16 03:18:00 -05:00 committed by GitHub
parent 5f1d2e78b5
commit 7d45445b64
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,22 +0,0 @@
{
"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"
}