This repository has been archived on 2024-08-19. You can view files and clone it, but cannot push or open issues or pull requests.
core/manifest.json
2019-12-29 13:59:00 +09:00

15 lines
265 B
JSON

{
"short_name": "Harukin+",
"name": "Harukin+!",
"icons": [
{
"src": "icon.png",
"type": "image/png",
"sizes": "192x192"
}
],
"start_url": "/",
"background_color": "#fff",
"theme_color": "#004898",
"display": "standalone"
}