You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
22 lines
439 B
22 lines
439 B
{ |
|
"short_name": "LS Admin", |
|
"name": "Let's Swing Admin", |
|
"icons": [ |
|
{ |
|
"src": "/static/192.png", |
|
"type": "image/png", |
|
"sizes": "192x192" |
|
}, |
|
{ |
|
"src": "/static/512.png", |
|
"type": "image/png", |
|
"sizes": "512x512" |
|
} |
|
], |
|
"start_url": "/", |
|
"background_color": "#3367D6", |
|
"display": "standalone", |
|
"scope": "/", |
|
"theme_color": "#3367D6" |
|
} |
|
|