From b3bd8cb3cc3d193db86efc0d81238ad046f3aa65 Mon Sep 17 00:00:00 2001 From: Bruno Bernardino Date: Wed, 26 Feb 2025 18:40:12 +0000 Subject: [PATCH] Add manifest to allow "installing" app in mobile devices --- routes/_app.tsx | 1 + static/manifest.json | 22 ++++++++++++++++++++++ 2 files changed, 23 insertions(+) create mode 100644 static/manifest.json diff --git a/routes/_app.tsx b/routes/_app.tsx index cd1c11d..736c55e 100644 --- a/routes/_app.tsx +++ b/routes/_app.tsx @@ -19,6 +19,7 @@ export default function App({ route, Component, state }: PageProps