This repository has been archived on 2022-05-01. You can view files and clone it, but cannot push or open issues or pull requests.
www/public/manifest.json

17 lines
395 B
JSON

{
"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": "./?utm_source=homescreen"
}