first commit
This commit is contained in:
22
public/manifest.json
Normal file
22
public/manifest.json
Normal file
@@ -0,0 +1,22 @@
|
||||
{
|
||||
"name": "TruckNet",
|
||||
"short_name": "TruckNet",
|
||||
"description": "The Modern CB Radio for Truck Drivers",
|
||||
"theme_color": "#1a1a2e",
|
||||
"background_color": "#1a1a2e",
|
||||
"display": "fullscreen",
|
||||
"orientation": "any",
|
||||
"start_url": "/",
|
||||
"icons": [
|
||||
{
|
||||
"src": "/icon-192.png",
|
||||
"sizes": "192x192",
|
||||
"type": "image/png"
|
||||
},
|
||||
{
|
||||
"src": "/icon-512.png",
|
||||
"sizes": "512x512",
|
||||
"type": "image/png"
|
||||
}
|
||||
]
|
||||
}
|
||||
1
public/maplibre-gl-wrapper.js
Normal file
1
public/maplibre-gl-wrapper.js
Normal file
@@ -0,0 +1 @@
|
||||
export default window.maplibregl;
|
||||
4
public/sw.js
Normal file
4
public/sw.js
Normal file
@@ -0,0 +1,4 @@
|
||||
// This file is a placeholder. The real service worker is generated by vite-plugin-pwa at build time.
|
||||
// During development, this file is served as-is and the PWA plugin registers its own sw.
|
||||
self.addEventListener('install', () => self.skipWaiting());
|
||||
self.addEventListener('activate', () => self.clients.claim());
|
||||
Reference in New Issue
Block a user