{ "name": "DevTools by Hakeemify", "short_name": "DevTools", "description": "Free developer tools — regex, cron, JSON, JWT, SQL, and more. Processed entirely in your browser.", "start_url": "/", "display": "standalone", "background_color": "#07090F", "theme_color": "#4F8EF7", "orientation": "portrait-primary", "categories": ["developer", "utilities", "productivity"], "icons": [ { "src": "/icons/icon-192.svg", "sizes": "192x192", "type": "image/svg+xml", "purpose": "any" }, { "src": "/icons/icon-512.svg", "sizes": "512x512", "type": "image/svg+xml", "purpose": "any" }, { "src": "/icons/icon-maskable.svg", "sizes": "512x512", "type": "image/svg+xml", "purpose": "maskable" } ], "shortcuts": [ { "name": "RegexLab", "url": "/tools/regexlab", "icons": [{ "src": "/icons/icon-192.svg", "sizes": "192x192" }] }, { "name": "CronBuilder", "url": "/tools/cronbuilder", "icons": [{ "src": "/icons/icon-192.svg", "sizes": "192x192" }] }, { "name": "JSONCraft", "url": "/tools/jsoncraft", "icons": [{ "src": "/icons/icon-192.svg", "sizes": "192x192" }] } ] }