{ "name": "The Syntax Diaries", "short_name": "TSD", "description": "Practical guides, developer tools, and tutorials for modern web developers.", "start_url": "/", "display": "standalone", "orientation": "portrait", "theme_color": "#000000", "background_color": "#000000", "categories": ["education", "developer", "productivity"], "icons": [ { "src": "/static/favicons/android-chrome-96x96.png", "sizes": "96x96", "type": "image/png" }, { "src": "/static/favicons/android-chrome-192x192.png", "sizes": "192x192", "type": "image/png" }, { "src": "/static/favicons/android-chrome-512x512.png", "sizes": "512x512", "type": "image/png" }, { "src": "/static/favicons/android-chrome-512x512.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" } ], "shortcuts": [ { "name": "Posts", "url": "/posts", "description": "Browse all articles" }, { "name": "Tools", "url": "/tools", "description": "Browse developer tools" } ] }