{ "name": "StudySmart Learning Portal", "short_name": "StudySmart", "description": "StudySmart offline learning app for videos, documents, notifications and music.", "start_url": "/student/dashboard.php?source=pwa", "scope": "/", "display": "standalone", "orientation": "any", "background_color": "#1a1a1a", "theme_color": "#ff8c00", "categories": [ "education", "productivity" ], "icons": [ { "src": "/assets/img/logo.svg", "sizes": "any", "type": "image/svg+xml", "purpose": "any maskable" } ], "shortcuts": [ { "name": "Offline Library", "short_name": "Offline", "url": "/student/offline_library.php", "icons": [ { "src": "/assets/img/logo.svg", "sizes": "any", "type": "image/svg+xml" } ] }, { "name": "My Videos", "short_name": "Videos", "url": "/student/videos.php", "icons": [ { "src": "/assets/img/logo.svg", "sizes": "any", "type": "image/svg+xml" } ] }, { "name": "Resources", "short_name": "Docs", "url": "/student/resources.php", "icons": [ { "src": "/assets/img/logo.svg", "sizes": "any", "type": "image/svg+xml" } ] } ] }