{ "name": "BookmarkManager", "short_name": "Bookmarks", "description": "Organise and sync your bookmarks across every device.", "start_url": "./", "scope": "./", "display": "standalone", "background_color": "#0f1115", "theme_color": "#4f46e5", "icons": [ { "src": "icons/192.png", "sizes": "192x192", "type": "image/png" }, { "src": "icons/512.png", "sizes": "512x512", "type": "image/png" }, { "src": "icons/512.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" } ], "share_target": { "action": "./", "method": "GET", "params": { "title": "title", "text": "text", "url": "url" } } }