part of cohost archive, ran into commit size limitations
This commit is contained in:
48
cohost-archive/static/manifest.json
Normal file
48
cohost-archive/static/manifest.json
Normal file
@@ -0,0 +1,48 @@
|
||||
{
|
||||
"icons": [
|
||||
{
|
||||
"src": "/static/icon_512x512.png",
|
||||
"sizes": "512x512",
|
||||
"type": "image/png",
|
||||
"purpose": "any maskable"
|
||||
},
|
||||
{
|
||||
"src": "/static/icon_384x384.png",
|
||||
"sizes": "384x384",
|
||||
"type": "image/png",
|
||||
"purpose": "any maskable"
|
||||
},
|
||||
{
|
||||
"src": "/static/icon_256x256.png",
|
||||
"sizes": "256x256",
|
||||
"type": "image/png",
|
||||
"purpose": "any maskable"
|
||||
},
|
||||
{
|
||||
"src": "/static/icon_192x192.png",
|
||||
"sizes": "192x192",
|
||||
"type": "image/png",
|
||||
"purpose": "any maskable"
|
||||
},
|
||||
{
|
||||
"src": "/static/icon_128x128.png",
|
||||
"sizes": "128x128",
|
||||
"type": "image/png",
|
||||
"purpose": "any maskable"
|
||||
},
|
||||
{
|
||||
"src": "/static/icon_96x96.png",
|
||||
"sizes": "96x96",
|
||||
"type": "image/png",
|
||||
"purpose": "any maskable"
|
||||
}
|
||||
],
|
||||
"name": "cohost",
|
||||
"short_name": "cohost",
|
||||
"orientation": "portrait",
|
||||
"display": "standalone",
|
||||
"start_url": "/",
|
||||
"theme_color": "#83254f",
|
||||
"background_color": "#83254f",
|
||||
"scope": "/"
|
||||
}
|
Reference in New Issue
Block a user