{ "name": "ULF Tic-Tac-Toe", "short_name": "TicTacToe", "description": "Play free Tic-Tac-Toe online with light/dark mode, bot difficulty, awards, and offline PWA support.", "start_url": "./index.html", "display": "standalone", "background_color": "#f8fafc", "theme_color": "#f8fafc", "orientation": "portrait-primary", "icons": [ { "src": "icons/icon-192.png", "sizes": "192x192", "type": "image/png" }, { "src": "icons/icon-512.png", "sizes": "512x512", "type": "image/png" } ] }