new content

This commit is contained in:
logic
2022-03-03 21:14:46 +08:00
parent 32ebadece9
commit 76fb5eedd6
24 changed files with 2045 additions and 0 deletions

16
public/manifest.json Normal file
View File

@ -0,0 +1,16 @@
{
"name": "Hugo Theme MemE",
"short_name": "MemE",
"icons": [
{
"src": "./icons/android-chrome-512x512.png",
"sizes": "512x512",
"type": "image/png"
}
],
"theme_color": "#fff",
"background_color": "#fff",
"display": "standalone",
"orientation": "portrait-primary",
"start_url": "/"
}