feat(stripe): add /mo recurring subscription for developer growth support (v17)

This commit is contained in:
2026-09-12 10:17:01 -07:00
parent 263d22ce04
commit d9b8b80eee
3 changed files with 202 additions and 22 deletions
+13 -13
View File
@@ -1,20 +1,20 @@
// Service Worker for FlockRadar Offline Driving & Live Updates
const CACHE_NAME = 'flockradar-v16';
const CACHE_NAME = 'flockradar-v17';
const ASSETS_TO_CACHE = [
'./',
'./index.html',
'./css/styles.css?v=16',
'./js/icons.js?v=16',
'./js/app.js?v=16',
'./js/auth.js?v=16',
'./js/radar.js?v=16',
'./data/portals.js?v=16',
'./favicon.svg?v=16',
'./favicon.ico?v=16',
'./apple-touch-icon.png?v=16',
'./icon-192.png?v=16',
'./icon-512.png?v=16',
'./og-image.png?v=16',
'./css/styles.css?v=17',
'./js/icons.js?v=17',
'./js/app.js?v=17',
'./js/auth.js?v=17',
'./js/radar.js?v=17',
'./data/portals.js?v=17',
'./favicon.svg?v=17',
'./favicon.ico?v=17',
'./apple-touch-icon.png?v=17',
'./icon-192.png?v=17',
'./icon-512.png?v=17',
'./og-image.png?v=17',
'./assets/img/logo.svg',
'./assets/img/flock_pole_cam_palmdale.jpg',
'./manifest.json'