{ "id": "/", "name": "Snap It Link", "short_name": "Snap It", "description": "Shorten your URL and share it with your friends. It's free and easy to use.", "start_url": "/?utm_source=homescreen", "display": "standalone", "background_color": "#FFFFFF", "theme_color": "#2A669F", "display_override": ["window-controls-overlay"], "icons": [ { "src": "/icons/icon-72x72.png", "sizes": "72x72", "type": "image/png" }, { "src": "/icons/icon-96x96.png", "sizes": "96x96", "type": "image/png" }, { "src": "/icons/icon-128x128.png", "sizes": "128x128", "type": "image/png" }, { "src": "/icons/icon-144x144.png", "sizes": "144x144", "type": "image/png" }, { "src": "/icons/icon-152x152.png", "sizes": "152x152", "type": "image/png" }, { "src": "/icons/icon-192x192.png", "sizes": "192x192", "type": "image/png" }, { "src": "/icons/maskable_icon_x192.png", "sizes": "192x192", "type": "image/png", "purpose": "maskable" }, { "src": "/icons/icon-512x512.png", "sizes": "512x512", "type": "image/png" } ], "screenshots": [ { "src": "/screenshots/SNAP_IT_HOME_PAGE_SCREENSHOT.png", "sizes": "1570x2932", "type": "image/png" }, { "src": "/screenshots/SNAP_IT_SHORTEN_SCREENSHOT.png", "sizes": "1570x2932", "type": "image/png" }, { "src": "/screenshots/SNAP_IT_ABOUT_US_PAGE_SCREENSHOT.png", "sizes": "1570x2932", "type": "image/png" } ], "features": ["Cross Platform", "fast", "simple"], "categories": ["Web Tools"], "scope": "/", "serviceworker": { "src": "/sw.js", "scope": "/" }, "shortcuts": [ { "name": "Shorten Link", "short_name": "shorten_link", "url": "/?utmsource=shorten_link", "icons": [ { "src": "/icons/icon-192x192.png", "sizes": "192x192", "type": "image/png" } ] } ], "share_target": { "action": "/", "method": "GET", "enctype": "application/x-www-form-urlencoded", "params": { "title": "text", "text": "text", "url": "url" } } }