{
  "name": "Fülkit",
  "short_name": "Fülkit",
  "description": "Your second brain that talks back.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "background_color": "#EFEDE8",
  "theme_color": "#EFEDE8",
  "orientation": "portrait-primary",
  "icons": [
    { "src": "/icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any" },
    { "src": "/icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any" },
    { "src": "/favicon.ico", "sizes": "48x48", "type": "image/x-icon" }
  ],
  "shortcuts": [
    { "name": "Home", "short_name": "Home", "url": "/home", "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }] },
    { "name": "Chat", "short_name": "Chat", "url": "/chat", "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }] }
  ],
  "prefer_related_applications": false
}
