Add PWA support (I think)
This commit is contained in:
12
static/manifest.json
Normal file
12
static/manifest.json
Normal file
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"name": "ReSendit",
|
||||
"short_name": "ReSendit",
|
||||
"start_url": "/",
|
||||
"display": "standalone",
|
||||
"background_color": "#ffffff",
|
||||
"theme_color": "#000000",
|
||||
"icons": [
|
||||
{ "src": "/logo.png", "sizes": "192x192", "type": "image/png" },
|
||||
{ "src": "/logo.png", "sizes": "512x512", "type": "image/png" }
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user