{ "name": "GayStash", "short_name": "GayStash", "description": "An index of links people found elsewhere and kept. Share a video to it from anywhere.", "icons": [ { "src": "/web-app-manifest-192x192.png", "sizes": "192x192", "type": "image/png", "purpose": "any maskable" }, { "src": "/web-app-manifest-512x512.png", "sizes": "512x512", "type": "image/png", "purpose": "any maskable" } ], "theme_color": "#0a0a0c", "background_color": "#0a0a0c", "display": "standalone", "start_url": "/", "share_target": { "action": "/add", "method": "GET", "enctype": "application/x-www-form-urlencoded", "params": { "url": "url", "text": "text", "title": "title" } }, "shortcuts": [ { "name": "Stash a link", "short_name": "Stash", "description": "Paste a link to add it to the archive", "url": "/add", "icons": [ { "src": "/web-app-manifest-192x192.png", "sizes": "192x192", "type": "image/png" } ] } ] }