InkSoul/themes/meme_cdn/static/manifest.json

17 lines
372 B
JSON
Raw Normal View History

2023-06-18 23:16:41 +08:00
{
"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": "/"
}