mirror of
https://github.com/vacp2p/rfc.git
synced 2025-02-03 18:44:37 +00:00
16 lines
277 B
JSON
16 lines
277 B
JSON
{
|
|
"name": "My New Hugo Site",
|
|
"short_name": "My New Hugo Site",
|
|
"start_url": "/",
|
|
"scope": "/",
|
|
"display": "standalone",
|
|
"background_color": "#000000",
|
|
"theme_color": "#000000",
|
|
"icons": [
|
|
{
|
|
"src": "/favicon.svg",
|
|
"sizes": "512x512"
|
|
}
|
|
]
|
|
}
|