diff options
| author | chers <admin@tilde.tailb619f6.ts.net> | 2026-07-31 09:18:39 +0000 |
|---|---|---|
| committer | chers <admin@tilde.tailb619f6.ts.net> | 2026-07-31 09:18:39 +0000 |
| commit | 7023e4c7c8f158df78b5e71ddc2640290409eca1 (patch) | |
| tree | 077fb46bdb484bbbf7f9a81fd1d512f66650be10 /static/manifest.json | |
Diffstat (limited to 'static/manifest.json')
| -rw-r--r-- | static/manifest.json | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/static/manifest.json b/static/manifest.json new file mode 100644 index 0000000..f3faaf6 --- /dev/null +++ b/static/manifest.json @@ -0,0 +1,18 @@ +{ + "name": "cl-bbs Textboard", + "short_name": "cl-bbs", + "description": "An anonymous textboard bulletin board system", + "start_url": "/", + "display": "standalone", + "background_color": "#ffffff", + "theme_color": "#882200", + "orientation": "any", + "icons": [ + { + "src": "/static/schemebbs.png", + "sizes": "64x64", + "type": "image/png", + "purpose": "any maskable" + } + ] +} |
