Add first post

This commit is contained in:
fbievan 2023-03-08 17:42:14 -06:00
parent f56ca5d18f
commit 19963a136d
No known key found for this signature in database
GPG key ID: 7391FBD09DA9170C
50 changed files with 2023 additions and 3 deletions

View file

@ -0,0 +1,34 @@
{
"$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"
}
]
}