{ "name": "Feray Media - News & Information Platform", "short_name": "Feray Media", "description": "Votre source de confiance pour l'actualité, les médias et l'information. Restez informé grâce à la couverture complète de Feray Media.", "start_url": "/", "scope": "/", "id": "feray-media", "lang": "en", "dir": "auto", "orientation": "portrait-primary", "display": "standalone", "display_override": [ "window-controls-overlay", "standalone", "minimal-ui" ], "theme_color": "#9f0712", "background_color": "#9f0712", "categories": [ "media", "news", "information" ], "prefer_related_applications": false, "screenshots": [ { "src": "Screenshot.png", "sizes": "383x785", "type": "image/png", "form_factor": "narrow", "purpose": "any" }, { "src": "Screenshot-wide.png", "sizes": "1920x1020", "type": "image/png", "form_factor": "wide", "purpose": "any" } ], "icons": [ { "src": "manifest-icon-144.maskable.png", "sizes": "144x144", "type": "image/png", "purpose": "any" }, { "src": "manifest-icon-144.maskable.png", "sizes": "144x144", "type": "image/png", "purpose": "maskable" }, { "src": "manifest-icon-192.maskable.png", "sizes": "192x192", "type": "image/png", "purpose": "any" }, { "src": "manifest-icon-192.maskable.png", "sizes": "192x192", "type": "image/png", "purpose": "maskable" }, { "src": "manifest-icon-512.maskable.png", "sizes": "512x512", "type": "image/png", "purpose": "any" }, { "src": "manifest-icon-512.maskable.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" }, { "src": "/favicon.ico", "sizes": "any", "type": "image/x-icon" } ], "shortcuts": [ { "name": "Latest News", "short_name": "News", "description": "View the latest news articles", "url": "/news", "icons": [ { "src": "news.png", "sizes": "192x192", "type": "image/png", "purpose": "any" } ] }, { "name": "Categories", "short_name": "Categories", "description": "Browse news by category", "url": "/categories", "icons": [ { "src": "categories.png", "sizes": "192x192", "type": "image/png", "purpose": "any" } ] }, { "name": "Search", "short_name": "Search", "description": "Search articles and news", "url": "/search", "icons": [ { "src": "search.png", "sizes": "192x192", "type": "image/png", "purpose": "any" } ] }, { "name": "Live", "short_name": "Live", "description": "Watch live streams", "url": "/live", "icons": [ { "src": "live.png", "sizes": "192x192", "type": "image/png", "purpose": "any" } ] } ], "share_target": { "action": "/share", "method": "POST", "enctype": "multipart/form-data", "params": { "title": "title", "text": "text", "url": "url", "files": [ { "name": "media", "accept": [ "image/*", "video/*" ] } ] } }, "protocol_handlers": [ { "protocol": "web+feray", "url": "/article?url=%s" } ], "launch_handler": { "client_mode": [ "navigate-existing", "auto" ] }, "file_handlers": [ { "action": "/file-handler", "accept": { "text/plain": [ ".txt" ], "application/pdf": [ ".pdf" ] } } ] }