$iconsURL.'homescreen-128x128.png','sizes'=>'128x128','type'=>'image/png'), array('src'=>$iconsURL.'homescreen-144x144.png','sizes'=>'144x144','type'=>'image/png'), array('src'=>$iconsURL.'homescreen-168x168.png','sizes'=>'168x168','type'=>'image/png'), array('src'=>$iconsURL.'homescreen-192x192.png','sizes'=>'192x192','type'=>'image/png'), array('src'=>$iconsURL.'homescreen-512x512.png','sizes'=>'512x512','type'=>'image/png') ); $myObj->name = $site_manifest_name; $myObj->short_name = $site_manifest_short_name; $myObj->icons = $icons; $myObj->start_url = '/'; $myObj->display = $site_manifest_display; $myObj->background_color = $site_manifest_background_color; $myObj->theme_color = $site_manifest_theme_color; if ($site_manifest_orientation) $myObj->orientation = $site_manifest_orientation; $myObj->gcm_sender_id = '103953800507'; //FCM 자바스크립트 클라이언트에 공통되는 고정된 값입니다. $manifestJSON = json_encode($myObj,JSON_PRETTY_PRINT|JSON_UNESCAPED_UNICODE); $_manifestJSON = str_replace("\/", "/", $manifestJSON); fwrite($fp, $_manifestJSON ); fclose($fp); @chmod($_manifestfile,0707); // getLink('reload','parent.frames._ADMPNL_.','변경되었습니다.',''); setrawcookie('site_common_result', rawurlencode('변경 되었습니다.')); // 알림처리를 위한 로그인 상태 cookie 저장 getLink('reload','parent.frames._ADMPNL_.','',''); ?>