{ "manifest_version": 1, "short_name": "Aron Schaub - EnBizCard", "name": "Aron Schaub's Digital Business Card", "icons": [ { "src": "photo.png", "type": "image/png", "sizes": "512x512" } ], "start_url": "/?source=pwa", "background_color": "rgb(93, 130, 168)", "display": "standalone", "scope": "/", "theme_color": "rgb(189, 193, 196)", "description": "My digital business card", "browser_action": { "default_icon": "photo.png" } }