summaryrefslogtreecommitdiff
path: root/static/manifest.json
diff options
context:
space:
mode:
Diffstat (limited to 'static/manifest.json')
-rw-r--r--static/manifest.json18
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"
+ }
+ ]
+}