Bu araç ne işe yarar?
PWA uyumu için manifest linki, theme-color, Apple mobile capable ve Apple touch icon meta/link etiketlerini oluştur.
Manifest, theme-color ve Apple mobile web app meta taglarını üret.
PWA uyumu için manifest linki, theme-color, Apple mobile capable ve Apple touch icon meta/link etiketlerini oluştur.
app_name=Digital Gezgin
theme_color=#2563eb
manifest=/manifest.json
apple_icon=/icons/apple-touch-icon.png
<link rel="manifest" href="/manifest.json">
<meta name="theme-color" content="#2563eb">
<link rel="apple-touch-icon" href="/icons/apple-touch-icon.png">
PWA meta tagleri Android ve iOS davranışlarını etkiler. iOS için apple-touch-icon ve mobile-web-app-capable ayarlarını ayrıca düşün.