manifest
Application Manifest Node
Configuring instant home-screen app delivery, standalone navigation viewports, and deep-link shortcut matrices.
App Presentation & Setup Status
Pravin Zende
Global Technology, Artificial Intelligence, SEO & Technical Publishing Platform.
Configured App Shortcuts
Long-pressing the installed app icon triggers instant routing access to these core hub nodes:
Deployment Rules
| Short Name: | Pravin Zende |
| Display Mode: | standalone |
| Orientation: | portrait-primary |
| Theme Color: | #0f172a |
| Background: | #0f172a |
| Text Direction: | Left-to-Right (ltr) |
| Language: | en-US |
Raw Manifest Configuration Payload (JSON)
Served automatically at the root endpoint with an absolute application/manifest+json MIME response type declaration mapping.
{
"name": "Pravin Zende - Global Tech, AI & SEO Platform",
"short_name": "Pravin Zende",
"description": "Practical, experience-based guides on Artificial Intelligence, Technical SEO, Progressive Web Apps, and Digital Growth Strategies.",
"categories": ["technology", "education", "productivity"],
"start_url": "/?utm_source=pwa&utm_medium=app",
"display": "standalone",
"orientation": "portrait-primary",
"background_color": "#0f172a",
"theme_color": "#0f172a",
"lang": "en-US",
"dir": "ltr",
"prefer_related_applications": false,
"icons": [
{
"src": "https://lh3.googleusercontent.com/d/1_pz-icon-192-placeholder",
"sizes": "192x192",
"type": "image/png",
"purpose": "any maskable"
},
{
"src": "https://lh3.googleusercontent.com/d/1_pz-icon-512-placeholder",
"sizes": "512x512",
"type": "image/png",
"purpose": "any maskable"
}
],
"shortcuts": [
{
"name": "AI Search Optimization",
"short_name": "AI SEO",
"url": "/p/ai-search-optimization.html?utm_source=pwa_shortcut"
},
{
"name": "Technical Tutorials",
"short_name": "Tutorials",
"url": "/p/tools.html?utm_source=pwa_shortcut"
}
]
}