feat(directory): enhance cross streets callout, camera photos, and city search integration
This commit is contained in:
@@ -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'
|
||||
];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user