Add (initial): futurewalker code

This commit is contained in:
2023-11-20 00:15:18 +08:00
parent f8602cb456
commit 9ce3e5c82a
166 changed files with 15941 additions and 1072 deletions

View File

@@ -1,10 +1,10 @@
<?php
return [
'name' => 'EchoScoop',
'name' => 'FutureWalker',
'manifest' => [
'name' => env('APP_NAME', 'EchoScoop'),
'short_name' => 'EchoScoop',
'name' => env('APP_NAME', 'FutureWalker'),
'short_name' => 'FutureWalker',
'start_url' => '/',
'background_color' => '#ffffff',
'theme_color' => '#000000',