{ "name": "MAGDA by W.N.Walker", "short_name": "MAGDA", "description": "Your life, edited. A private mobile command center by W.N.Walker.", "start_url": "./", "scope": "./", "display": "standalone", "background_color": "#f7f6f1", "theme_color": "#f7f6f1", "orientation": "portrait-primary", "icons": [ {"src":"icons/icon-192.png","sizes":"192x192","type":"image/png","purpose":"any maskable"}, {"src":"icons/icon-512.png","sizes":"512x512","type":"image/png","purpose":"any maskable"} ], "shortcuts": [ {"name":"Open MAGDA","short_name":"Home","url":"./","icons":[{"src":"icons/icon-192.png","sizes":"192x192"}]} ], "share_target": { "action": "share-target.php", "method": "POST", "enctype": "multipart/form-data", "params": { "title": "title", "text": "text", "url": "url", "files": [ {"name":"files","accept":["image/*","video/*","audio/*","application/pdf","text/*",".doc",".docx",".xls",".xlsx",".ppt",".pptx"]} ] } } }