14 lines
466 B
JSON
Executable file
14 lines
466 B
JSON
Executable file
{
|
|
"name": "Indieweb Starter Blog",
|
|
"short_name": "Indieweb Blog",
|
|
"start_url": "/",
|
|
"scope": "/",
|
|
"display": "standalone",
|
|
"background_color": "#ffffff",
|
|
"theme_color": "#a78bfa",
|
|
"icons": [
|
|
{ "src": "/assets/favicon-16x16.png", "sizes": "16x16", "type": "image/png" },
|
|
{ "src": "/assets/favicon-32x32.png", "sizes": "32x32", "type": "image/png" },
|
|
{ "src": "/assets/apple-touch-icon.png", "sizes": "180x180", "type": "image/png" }
|
|
]
|
|
}
|