14 lines
452 B
JSON
14 lines
452 B
JSON
{
|
|
"name": "Timmy the Talking Turd",
|
|
"short_name": "Timmy",
|
|
"description": "Your private, intelligent pooping pal.",
|
|
"start_url": "/",
|
|
"display": "standalone",
|
|
"background_color": "#f7f3ea",
|
|
"theme_color": "#f7f3ea",
|
|
"icons": [
|
|
{"src":"/assets/icon-192.svg","sizes":"192x192","type":"image/svg+xml","purpose":"any maskable"},
|
|
{"src":"/assets/icon-512.svg","sizes":"512x512","type":"image/svg+xml","purpose":"any maskable"}
|
|
]
|
|
}
|