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:
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"
+ }
+ ]
+}