diff --git a/index.html b/index.html index 0f65376..b005ef8 100644 --- a/index.html +++ b/index.html @@ -9,6 +9,10 @@ + + + + diff --git a/public/manifest.json b/public/manifest.json new file mode 100644 index 0000000..556b39d --- /dev/null +++ b/public/manifest.json @@ -0,0 +1,23 @@ +{ + "name": "FXCraft - إضافات ماين كرافت", + "short_name": "FXCraft", + "description": "أفضل إضافات ماين كرافت العربية. تصفح وحمّل المودات وحزم الموارد والخرائط.", + "start_url": "/", + "display": "standalone", + "background_color": "#ffffff", + "theme_color": "#10b981", + "icons": [ + { + "src": "/pwa-192x192.png", + "sizes": "192x192", + "type": "image/png", + "purpose": "any maskable" + }, + { + "src": "/pwa-512x512.png", + "sizes": "512x512", + "type": "image/png", + "purpose": "any maskable" + } + ] +} diff --git a/public/pwa-192x192.png b/public/pwa-192x192.png new file mode 100644 index 0000000..e5f2f10 Binary files /dev/null and b/public/pwa-192x192.png differ diff --git a/public/pwa-512x512.png b/public/pwa-512x512.png new file mode 100644 index 0000000..83d7f35 Binary files /dev/null and b/public/pwa-512x512.png differ