{ "name": "RandomGenerator — Free Random Generators", "short_name": "RandomGen", "description": "A free collection of random generator templates. Names, numbers, animals, prompts, a spin-the-wheel and more — all offline-capable.", "start_url": "/?utm_source=pwa", "scope": "/", "display": "standalone", "orientation": "portrait-primary", "background_color": "#f6f8fb", "theme_color": "#1f3a5f", "categories": ["utilities", "productivity", "games"], "icons": [ { "src": "/assets/icons/icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any" }, { "src": "/assets/icons/icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any" }, { "src": "/assets/icons/maskable-512.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" } ], "shortcuts": [ { "name": "Spin the Wheel", "url": "/random-wheel-generator/" }, { "name": "Random Number", "url": "/true-random-number-generator/" }, { "name": "All templates", "url": "/templates/" } ] }