Initial commit: noticeboard
This commit is contained in:
commit
d91e8ac96f
21 changed files with 807 additions and 0 deletions
13
frontend/public/manifest.json
Normal file
13
frontend/public/manifest.json
Normal 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" }
|
||||
]
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue