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
483 B

{
"short_name": "$REPO_NAME",
"name": "$REPO_NAME",
"description": "$REPO_DESCRIPTION",
"icons": [
{
"src": "/images/icons-192.png",
"type": "image/png",
"sizes": "192x192"
},
{
"src": "/images/icons-512.png",
"type": "image/png",
"sizes": "512x512"
}
],
"start_url": "/",
"background_color": "#343a40",
"theme_color": "#343a40",
"display": "standalone",
"scope": "/"
}