Update frontend branding from 'Voice Language Translator' to 'Talk2Me'

- Updated page title in index.html
- Updated main heading in index.html
- Updated PWA manifest name
- Updated service worker comment

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
2025-06-03 08:59:00 -06:00
parent 92fd390866
commit 77f31cd694
3 changed files with 4 additions and 4 deletions

View File

@@ -1,5 +1,5 @@
{
"name": "Voice Language Translator",
"name": "Talk2Me",
"short_name": "Translator",
"description": "Translate spoken language between multiple languages with speech input and output",
"start_url": "/",

View File

@@ -1,4 +1,4 @@
// Service Worker for Voice Language Translator PWA
// Service Worker for Talk2Me PWA
const CACHE_NAME = 'voice-translator-v1';
const ASSETS_TO_CACHE = [