first commit
This commit is contained in:
BIN
static/images/pwa-icon-256.png
Normal file
BIN
static/images/pwa-icon-256.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 7.2 KiB |
BIN
static/images/pwa-icon-512.png
Normal file
BIN
static/images/pwa-icon-512.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 16 KiB |
25
static/manifest.json
Normal file
25
static/manifest.json
Normal file
@ -0,0 +1,25 @@
|
||||
{
|
||||
"name": "My First Progressive Web app",
|
||||
"short_name": "First PWA",
|
||||
"theme_color": "#eb5252",
|
||||
"background_color": "#000000",
|
||||
"display": "fullscreen",
|
||||
"Scope": "/",
|
||||
"orientation": "portrait",
|
||||
"icons": [
|
||||
{
|
||||
"src": "/images/pwa-icon-256.png",
|
||||
"sizes": "192x192",
|
||||
"type": "image/png",
|
||||
"purpose": "any maskable"
|
||||
},
|
||||
{
|
||||
"src": "/images/pwa-icon-512.png",
|
||||
"sizes": "512x512",
|
||||
"type": "image/png",
|
||||
"purpose": "any maskable"
|
||||
}
|
||||
],
|
||||
"lang": "fr-FR",
|
||||
"start_url": "index.html"
|
||||
}
|
Reference in New Issue
Block a user