System::get_platform_name(), 'short_name' => System::get_platform_name(), 'icons' => [ [ 'src' => System::get_project_icon(), 'sizes' => '64x64' ], [ 'src' => '/images/' . System::get_platform_name() . '.svg', 'sizes' => '192x192' ], ], 'scope' => '/', 'start_url' => '/', 'display' => 'fullscreen', 'orientation' => 'any', 'theme_color' => 'blue', 'background_color' => 'white', 'share_target' => [ 'action' => '/rpost', 'method' => 'POST', 'enctype' => 'multipart/form-data', 'params' => [ 'title' => 'title', 'text' => 'body', 'url' => 'url', 'files' => [ 'name' => 'userfile', 'accept' => '*' ], ] ] ]; json_return_and_die($ret,'application/manifest+json'); } }