This repository has been archived on 2023-12-10. You can view files and clone it, but cannot push or open issues or pull requests.
mmp-site/public/manifest.json
2022-02-23 23:37:24 +00:00

15 lines
281 B
JSON

{
"name": "MMP | Oscar Pocock",
"short_name": "MMP | Oscar Pocock",
"start_url": "/",
"scope": "/",
"display": "standalone",
"background_color": "#000000",
"theme_color": "#000000",
"icons": [
{
"src": "/favicon.svg",
"sizes": "512x512"
}
]
}