{ "name": "BuddyBot Family Edition", "short_name": "Family Buddy", "description": "Your AI family member and assistant through 2029", "start_url": "/", "display": "standalone", "background_color": "#1a202c", "theme_color": "#1a365d", "icons": [ { "src": "icons/icon-192x192.png", "sizes": "192x192", "type": "image/png" }, { "src": "icons/icon-512x512.png", "sizes": "512x512", "type": "image/png" } ] } const CACHE_NAME = 'buddybot-v1'; const ASSETS = [ '/', '/index.html', '/css/tailwind.css', '/css/fontawesome.css', '/js/app.js', '/icons/icon-192x192.png', '/icons/icon-512x512.png' ]; self.addEventListener('install', (event) => { event.waitUntil( caches.open(CACHE_NAME) .then((cache) => cache.addAll(ASSETS)) ); }); self.addEventListener('fetch', (event) => { event.respondWith( caches.match(event.request) .then((response) => response || fetch(event.request)) ); }); const CACHE_NAME = 'buddybot-v1'; const ASSETS = [ '/', '/index.html', '/css/tailwind.css', '/css/fontawesome.css', '/js/app.js', '/icons/icon-192x192.png', '/icons/icon-512x512.png' ]; self.addEventListener('install', (event) => { event.waitUntil( caches.open(CACHE_NAME) .then((cache) => cache.addAll(ASSETS)) ); }); self.addEventListener('fetch', (event) => { event.respondWith( caches.match(event.request) .then((response) => response || fetch(event.request)) ); }); { "name": "BuddyBot", "short_name": "BuddyBot", "description": "Your offline Windows 10 AI Assistant", "start_url": "/", "display": "standalone", "background_color": "#1a202c", "theme_color": "#1a365d", "icons": [ { "src": "icons/icon-192x192.png", "sizes": "192x192", "type": "image/png" }, { "src": "icons/icon-512x512.png", "sizes": "512x512", "type": "image/png" } ] } BuddyBot Family Edition (2029)
BuddyBot AI
BuddyBot

Hello family! I'm BuddyBot, your AI family member through 2029. How can I help our family today?

Try saying: "What's on our calendar?", "Tell a bedtime story", or "Help with homework"
Voice Command
Always listening for "Hey Buddy"
Press the microphone button or say "Hey Buddy"

Quick Commands

Connected
72%
87%
12:34 PM

Made with DeepSite LogoDeepSite - 🧬 Remix