WhatsApp-Logger-Self-Hosted-

A privacy-focused, self-hosted...
Log | Files | Refs | README | LICENSE

commit 4db13b35bbe20e31846b29a378e8c746b642ba99
parent 1cee6619632ca6e91ba6f199708fc13f90fad636
Author: AMIT DUTTA <amitdutta4255@gmail.com>
Date:   Tue, 17 Feb 2026 16:26:35 +0530

Add manifest.json for WhatsApp Logger app
Diffstat:
Amanifest.json | 15+++++++++++++++
1 file changed, 15 insertions(+), 0 deletions(-)

diff --git a/manifest.json b/manifest.json @@ -0,0 +1,15 @@ +{ + "name": "WhatsApp Logger", + "short_name": "WA Logger", + "start_url": "./index.html", + "display": "standalone", + "background_color": "#FBFDF9", + "theme_color": "#006C4C", + "icons": [ + { + "src": "icon.svg", + "sizes": "512x512", + "type": "image/svg+xml" + } + ] +}
© notamitgamer • Site Built: 2026-07-21 13:58:23 UTC • git-mirror commit: 1037f62 [view raw info]
Originally created with stagit • modified by notamitgamer
Forked from github.com/notamitgamer/git-mirror