35 lines
605 B
JSON
35 lines
605 B
JSON
|
{
|
||
|
"$schema": "https://json.schemastore.org/web-manifest-combined.json",
|
||
|
"name": "Fbi's Epic Blog",
|
||
|
"short_name": "Fbi's Epic Blog",
|
||
|
"start_url": "/",
|
||
|
"display": "standalone",
|
||
|
|
||
|
|
||
|
|
||
|
"background_color": "#242629",
|
||
|
"theme_color": "#db5793"
|
||
|
|
||
|
,
|
||
|
"description": "My Epic Blog Site"
|
||
|
|
||
|
|
||
|
,
|
||
|
"icons": [
|
||
|
{
|
||
|
"src": "/icon512.png",
|
||
|
"sizes": "512x512",
|
||
|
"type": "image/png",
|
||
|
"purpose": "maskable"
|
||
|
},
|
||
|
{
|
||
|
"src": "/icon512.png",
|
||
|
"sizes": "512x512",
|
||
|
"type": "image/png",
|
||
|
"purpose": "any"
|
||
|
}
|
||
|
]
|
||
|
|
||
|
}
|
||
|
|