Initial commit: noticeboard

This commit is contained in:
jtricerolph 2026-07-01 12:09:54 +00:00
commit d91e8ac96f
21 changed files with 807 additions and 0 deletions

View file

@ -0,0 +1,13 @@
{
"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" }
]
}