{ "name": "Kindle Inbox", "short_name": "Kindle Inbox", "description": "EnvĂ­a libros directamente a KOReader.", "id": "/", "start_url": "/", "scope": "/", "display": "standalone", "background_color": "#f3f0e8", "theme_color": "#15251d", "icons": [ { "src": "/icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any" }, { "src": "/icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any maskable" }, { "src": "/icon.svg", "sizes": "any", "type": "image/svg+xml", "purpose": "any" } ], "share_target": { "action": "/share", "method": "POST", "enctype": "multipart/form-data", "params": { "title": "title", "text": "text", "url": "url", "files": [ { "name": "file", "accept": [ "application/epub+zip", "application/pdf", "application/x-mobipocket-ebook", "application/vnd.amazon.ebook", "application/octet-stream", ".epub", ".pdf", ".mobi", ".azw", ".azw3", ".fb2", ".cbz" ] } ] } } }