What is this manifest?
This manifest defines the metadata and configuration for the eggasasasasasasasas web application experience. It powers installation, offline capabilities, and browser integration.
📱
Installability
Enables one-click installation for progressive web app capabilities across mobile and desktop platforms.
💻
App Context
Defines how the app should be presented full-screen, standalone, or in a browser tab.
🌐
Offline Support
Configures caching strategies for content prioritization in low/connection scenarios.
🔐
Security
Enforces secure communication protocols and data handling requirements.
manifest.json
{
"name": "eggasasasasasasasas",
"short_name": "Eggas",
"description": "Dynamic web experience",
"start_url": "/",
"display": "standalone",
"orientation": "any",
"background_color": "#f3f4f6",
"theme_color": "#3b82f6",
"icons": [
{
"src": "/icons/icon-192.png",
"sizes": "192x192",
"type": "image/png"
},
{
"src": "/icons/icon-512.png",
"sizes": "512x512",
"type": "image/png"
}
]
}