diff --git a/public/site.webmanifest b/public/site.webmanifest index db2aa24..fa918bb 100644 --- a/public/site.webmanifest +++ b/public/site.webmanifest @@ -1,30 +1,33 @@ { - "name": "Öğretmen Platformu", "short_name": "Öğretmen", "description": "Kişiselleştirilmiş online eğitim platformu", "start_url": "/", "scope": "/", "display": "standalone", "background_color": "#ffffff", "theme_color": "#000000", "orientation": "portrait-primary", "icons": [ + "name": "Öğretmen Platformu", "short_name": "Öğretmen Platformu", "description": "50+ deneyimli öğretmenle bağlantı kurun. Kişiselleştirilmiş eğitim, esnek zaman planlaması ve etkili öğrenme deneyimi.", "start_url": "/", "scope": "/", "display": "standalone", "background_color": "#ffffff", "theme_color": "#000000", "orientation": "portrait-primary", "icons": [ { - "src": "/android-chrome-192x192.png", "sizes": "192x192", "type": "image/png", "purpose": "any" + "src": "/favicon-192x192.png", "sizes": "192x192", "type": "image/png", "purpose": "any" }, { - "src": "/android-chrome-512x512.png", "sizes": "512x512", "type": "image/png", "purpose": "any" + "src": "/favicon-512x512.png", "sizes": "512x512", "type": "image/png", "purpose": "any" }, { - "src": "/android-chrome-192x192-maskable.png", "sizes": "192x192", "type": "image/png", "purpose": "maskable" + "src": "/favicon-maskable-192x192.png", "sizes": "192x192", "type": "image/png", "purpose": "maskable" }, { - "src": "/android-chrome-512x512-maskable.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" + "src": "/favicon-maskable-512x512.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" } ], "screenshots": [ { - "src": "/screenshot-1.png", "sizes": "540x720", "type": "image/png", "form_factor": "narrow" + "src": "/screenshot1.png", "sizes": "540x720", "type": "image/png" }, { - "src": "/screenshot-2.png", "sizes": "1280x720", "type": "image/png", "form_factor": "wide" + "src": "/screenshot2.png", "sizes": "1280x720", "type": "image/png" } ], - "categories": ["education", "productivity"], - "screenshots": [ + "categories": ["education", "business"], + "shortcuts": [ { - "src": "/screenshot-1.png", "sizes": "540x720", "type": "image/png" + "name": "Öğretmen Bul", "short_name": "Öğretmen Bul", "description": "Öğretmen platformumuzda öğretmen bulun", "url": "/teachers", "icons": [{ "src": "/favicon-192x192.png", "sizes": "192x192" }] + }, + { + "name": "Derslerim", "short_name": "Derslerim", "description": "Kayıtlı derslerinizi görüntüleyin", "url": "/my-lessons", "icons": [{ "src": "/favicon-192x192.png", "sizes": "192x192" }] } ] -} \ No newline at end of file +}