feat(directory): enhance cross streets callout, camera photos, and city search integration

This commit is contained in:
2026-09-12 09:47:29 -07:00
parent be8981d024
commit ef36bfb050
7 changed files with 197 additions and 58 deletions
+7 -6
View File
@@ -1,13 +1,14 @@
// Service Worker for FlockRadar Offline Driving & Live Updates
const CACHE_NAME = 'flockradar-v11';
const CACHE_NAME = 'flockradar-v12';
const ASSETS_TO_CACHE = [
'./',
'./index.html',
'./css/styles.css?v=11',
'./js/app.js?v=11',
'./js/auth.js?v=11',
'./js/radar.js?v=11',
'./data/portals.js?v=11',
'./css/styles.css?v=12',
'./js/app.js?v=12',
'./js/auth.js?v=12',
'./js/radar.js?v=12',
'./data/portals.js?v=12',
'./assets/img/flock_pole_cam_palmdale.jpg',
'./manifest.json'
];