{ "name": "Kozmetika Egypt", // Full name for installation prompt "short_name": "Kozmetika", // Name shown under the icon "description": "Your source for premium beauty and cosmetics in Egypt.", // Your app description "start_url": "/", // Start on the homepage "display": "standalone", // Opens like an app (no browser chrome) "orientation": "portrait", // Or "any" "background_color": "#FFFFFF", // Splash screen background (your white) "theme_color": "#000000", // Top bar color hint (your black or grey) "scope": "/", // App applies to the whole site "icons": [ { "src": "https://www.kozmetika-egy.com/web/content/ir.attachment/11686/datas", // IMPORTANT: Replace with actual URL later "sizes": "192x192", "type": "image/png", "purpose": "any maskable" // Allows adaptive icons }, { "src": "https://www.kozmetika-egy.com/web/content/ir.attachment/11687/datas", // IMPORTANT: Replace with actual URL later "sizes": "512x512", "type": "image/png", "purpose": "any maskable" } // Add other sizes if needed (e.g., 144x144, etc.) ] }