manifest.json (302B)
1 { 2 "name": "WhatsApp Logger", 3 "short_name": "WA Logger", 4 "start_url": "<-- full site link -->", 5 "display": "standalone", 6 "background_color": "#FBFDF9", 7 "theme_color": "#006C4C", 8 "icons": [ 9 { 10 "src": "icon.svg", 11 "sizes": "512x512", 12 "type": "image/svg+xml" 13 } 14 ] 15 }