13 lines
264 B
JSON
13 lines
264 B
JSON
{
|
|
"name": "Goober",
|
|
"short_name": "Goober",
|
|
"start_url": "index.html",
|
|
"display": "standalone",
|
|
"icons": [{
|
|
"src": "assets/icon.png",
|
|
"sizes": "512x512",
|
|
"type": "image/png"
|
|
}],
|
|
"background_color": "#4e8ef7",
|
|
"theme_color": "#4e8ef7"
|
|
}
|