CONFIG['domain'], 'name' => CONFIG['domain'], 'icons' => [ array( 'src' => $this->get_url('public/icons/logo512.png'), 'type' => 'image/png', 'sizes' => '512x512', 'purpose' => 'any maskable' ) ], 'id' => $this->get_url('home'), 'start_url' => $this->get_url('home'), 'background_color' => '#181818', 'display' => 'standalone', 'scope' => '/', 'theme_color' => '#181818', 'shortcuts' => [], 'description' => 'Post posts postfully on XSSBook', 'screenshots' => [] ); header('Content-type: application/json'); echo json_encode($json); } } ?>