| Server IP : 208.122.213.31 / Your IP : 216.73.216.45 Web Server : Apache System : Linux msd6191.mjhst.com 4.18.0-553.137.1.el8_10.x86_64 #1 SMP Wed Jun 24 11:40:24 UTC 2026 x86_64 User : WHMCS_MIA_382 ( 1001) PHP Version : 7.4.33 Disable Function : NONE MySQL : ON | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : ON Directory : /home/httpd/html/lcmsmodels.com/public_html/config/ |
Upload File : |
<?php
return [
'name' => 'PWA',
'manifest' => [
'name' => APP_NAME,
'short_name' => 'FansApp',
'start_url' => '/',
'background_color' => '#ffffff',
'theme_color' => '#000000',
'display' => 'standalone',
'orientation'=> 'any',
'status_bar'=> 'black',
'icons' => [
'72x72' => [
'path' => 'images/icons/icon-72x72.png',
'purpose' => 'any'
],
'96x96' => [
'path' => 'images/icons/icon-96x96.png',
'purpose' => 'any'
],
'128x128' => [
'path' => 'images/icons/icon-128x128.png',
'purpose' => 'any'
],
'144x144' => [
'path' => 'images/icons/icon-144x144.png',
'purpose' => 'any'
],
'152x152' => [
'path' => 'images/icons/icon-152x152.png',
'purpose' => 'any'
],
'384x384' => [
'path' => 'images/icons/icon-384x384.png',
'purpose' => 'any'
],
'512x512' => [
'path' => 'images/icons/icon-512x512.png',
'purpose' => 'any maskable'
],
],
'splash' => [
'640x1136' => 'images/icons/splash-640x1136.png',
'750x1334' => 'images/icons/splash-750x1334.png',
'1125x2436' => 'images/icons/splash-1125x2436.png',
'1242x2208' => 'images/icons/splash-1242x2208.png',
'1536x2048' => 'images/icons/splash-1536x2048.png',
'1668x2224' => 'images/icons/splash-1668x2224.png',
'2048x2732' => 'images/icons/splash-2048x2732.png',
],
'shortcuts' => [],
'custom' => []
]
];