{ "name": "Time With Seconds", "short_name": "TWS", "description": "A precise clock displaying hours, minutes, and seconds with customizable format and dark mode", "start_url": "/", "display": "standalone", "background_color": "#ffffff", "theme_color": "#34c759", "orientation": "portrait-primary", "categories": ["utilities", "productivity"], "lang": "en-US", "dir": "ltr", "prefer_related_applications": false, "icons": [ { "src": "icons/android-chrome-192x192.png", "sizes": "192x192", "type": "image/png", "purpose": "any maskable" }, { "src": "icons/android-chrome-512x512.png", "sizes": "512x512", "type": "image/png", "purpose": "any maskable" } ], "shortcuts": [ { "name": "Toggle 24-Hour Format", "short_name": "24h", "description": "Switch between 12 and 24 hour time format", "url": "/?action=toggle-format" }, { "name": "Toggle Dark Mode", "short_name": "Dark", "description": "Switch between light and dark theme", "url": "/?action=toggle-theme" } ] }