noticeboard/frontend/public/manifest.json

13 lines
382 B
JSON

{
"name": "HNF Noticeboard",
"short_name": "Notices",
"start_url": "/notices/",
"scope": "/",
"display": "standalone",
"theme_color": "#1e3a5f",
"background_color": "#0f1f35",
"icons": [
{ "src": "/notices/icons/icon-192.png", "sizes": "192x192", "type": "image/png" },
{ "src": "/notices/icons/icon-512.png", "sizes": "512x512", "type": "image/png" }
]
}