{ "id": "/", "name": "Crossword by Umami", "short_name": "Crossword", "description": "Solve crosswords, battle AI, challenge friends, and travel through themed word worlds.", "start_url": "/?source=pwa", "scope": "/", "display": "standalone", "display_override": [ "window-controls-overlay", "standalone", "minimal-ui" ], "orientation": "portrait-primary", "background_color": "#f6f1e7", "theme_color": "#17382f", "categories": [ "games", "education", "entertainment" ], "lang": "en-IN", "dir": "ltr", "icons": [ { "src": "./icons/icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any" }, { "src": "./icons/icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any" }, { "src": "./icons/maskable-512.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" } ], "shortcuts": [ { "name": "Today's Crossword", "short_name": "Daily", "url": "/?mode=daily", "icons": [ { "src": "./icons/icon-192.png", "sizes": "192x192" } ] }, { "name": "AI Duel", "short_name": "Duel", "url": "/?mode=ai_duel", "icons": [ { "src": "./icons/icon-192.png", "sizes": "192x192" } ] }, { "name": "Journey", "short_name": "Journey", "url": "/?mode=journey", "icons": [ { "src": "./icons/icon-192.png", "sizes": "192x192" } ] } ] }