Files
thetool/Layout/default/MobileApp/App.php
2026-01-17 12:48:08 +00:00

10 lines
229 B
PHP

<?php
$appConfig = [
'title' => 'Xinon Mobile',
'appName' => 'Xinon',
'manifestPath' => '/mobile/manifest.json',
'appJsPath' => '/mobile/app.js',
'swPath' => '/mobile/sw.js',
];
require __DIR__ . '/Base.php';