HEX
Server: nginx/1.28.1
System: Linux 10-41-63-61 6.8.0-31-generic #31-Ubuntu SMP PREEMPT_DYNAMIC Sat Apr 20 00:40:06 UTC 2024 x86_64
User: www (1001)
PHP: 7.4.33
Disabled: passthru,exec,system,putenv,chroot,chgrp,chown,shell_exec,popen,proc_open,pcntl_exec,ini_alter,ini_restore,dl,openlog,syslog,readlink,symlink,popepassthru,pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,imap_open,apache_setenv
Upload Files
File: /www/wwwroot/www.shooperm.com/config/laravelpwa.php
<?php

return [
    'name' => env('PWA_NAME','365-Amazcart'),
    'manifest' => [
        'name' => env('PWA_NAME','365-Amazcart'),
        'short_name' => env('PWA_NAME','365-Amazcart'),
        'start_url' => '/',
        'background_color' => '#ffffff',
        'theme_color' => '#000000',
        'display' => 'standalone',
        'orientation'=> 'any',
        'status_bar'=> 'black',
        'icons' => [
            '72x72' => [
                'path' => asset_path('images/icons/icon-72x72.png'),
                'purpose' => 'any'
            ],
            '96x96' => [
                'path' => asset_path('images/icons/icon-96x96.png'),
                'purpose' => 'any'
            ],
            '128x128' => [
                'path' => asset_path('images/icons/icon-128x128.png'),
                'purpose' => 'any'
            ],
            '144x144' => [
                'path' => asset_path('images/icons/icon-144x144.png'),
                'purpose' => 'any'
            ],
            '152x152' => [
                'path' => asset_path('images/icons/icon-152x152.png'),
                'purpose' => 'any'
            ],
            '192x192' => [
                'path' => asset_path('images/icons/icon-192x192.png'),
                'purpose' => 'any'
            ],
            '384x384' => [
                'path' => asset_path('images/icons/icon-384x384.png'),
                'purpose' => 'any'
            ],
            '512x512' => [
                'path' => asset_path('images/icons/icon-512x512.png'),
                'purpose' => 'any'
            ],
        ],
        'splash' => [
            '640x1136' => asset_path('images/icons/splash-640x1136.png'),
            '750x1334' => asset_path('images/icons/splash-750x1334.png'),
            '828x1792' => asset_path('images/icons/splash-828x1792.png'),
            '1125x2436' => asset_path('images/icons/splash-1125x2436.png'),
            '1242x2208' => asset_path('images/icons/splash-1242x2208.png'),
            '1242x2688' => asset_path('images/icons/splash-1242x2688.png'),
            '1536x2048' => asset_path('images/icons/splash-1536x2048.png'),
            '1668x2224' => asset_path('images/icons/splash-1668x2224.png'),
            '1668x2388' => asset_path('images/icons/splash-1668x2388.png'),
            '2048x2732' => asset_path('images/icons/splash-2048x2732.png'),
        ],
        'shortcuts' => [
            [
                'name' => 'Shortcut Link 1',
                'description' => 'Shortcut Link 1 Description',
                'url' => '/shortcutlink1',
                'icons' => [
                    "src" => asset_path('images/icons/icon-72x72.png'),
                    "purpose" => "any"
                ]
            ],
            [
                'name' => 'Shortcut Link 2',
                'description' => 'Shortcut Link 2 Description',
                'url' => '/shortcutlink2'
            ]
        ],
        'custom' => []
    ]
];