{ "id": "/?mode=pwa", "name": "COREDIGITS Reader", "short_name": "COREDIGITS", "description": "Browse the catalog, bookmark books, and read with audio on your phone.", "start_url": "/?mode=pwa", "scope": "/", "display": "standalone", "display_override": ["standalone", "minimal-ui"], "orientation": "portrait-primary", "background_color": "#111827", "theme_color": "#0f766e", "categories": ["education", "books", "productivity"], "icons": [ { "src": "/pwa/icons/icon.svg", "sizes": "any", "type": "image/svg+xml", "purpose": "any" }, { "src": "/pwa/icons/maskable-icon.svg", "sizes": "any", "type": "image/svg+xml", "purpose": "maskable" } ], "shortcuts": [ { "name": "My Library", "short_name": "Library", "url": "/?mode=pwa&collection=mine", "icons": [{ "src": "/pwa/icons/icon.svg", "sizes": "any", "type": "image/svg+xml" }] }, { "name": "Shared with Me", "short_name": "Shared", "url": "/?mode=pwa&collection=shared", "icons": [{ "src": "/pwa/icons/icon.svg", "sizes": "any", "type": "image/svg+xml" }] } ] }