{
  "id": "/eili-app",
  "short_name": "Eili",
  "name": "Eili - Biblical Research Companion",
  "description": "Explore biblical principles, analyze teachings, and study scripture with AI-powered insights.",
  "lang": "en",
  "dir": "ltr",
  "icons": [
    {
      "src": "icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "icon-192-maskable.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "icon-384.png",
      "sizes": "384x384",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "icon-512-maskable.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "start_url": "/",
  "display": "standalone",
  "display_override": ["standalone", "window-controls-overlay"],
  "orientation": "portrait",
  "theme_color": "#1E293B",
  "background_color": "#0F172A",
  "categories": ["education", "books"],
  "scope": "/",
  "prefer_related_applications": false,
  "related_applications": [],
  "share_target": {
    "action": "/app",
    "method": "GET",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url"
    }
  },
  "shortcuts": [
    {
      "name": "New Chat",
      "short_name": "Chat",
      "url": "/chat",
      "icons": [{"src": "icon-192.png", "sizes": "192x192"}]
    },
    {
      "name": "Daily Reflection",
      "short_name": "Reflection",
      "url": "/reflection",
      "icons": [{"src": "icon-192.png", "sizes": "192x192"}]
    },
    {
      "name": "Settings",
      "short_name": "Settings",
      "url": "/settings",
      "icons": [{"src": "icon-192.png", "sizes": "192x192"}]
    }
  ],
  "widgets": [
    {
      "name": "Daily Reflection",
      "short_name": "Reflection",
      "description": "Today's daily biblical reflection from Eili",
      "tag": "daily-reflection",
      "ms_ac_template": "widget-reflection.html",
      "url": "/widget-reflection.html",
      "type": "text/html",
      "icons": [
        { "src": "icon-192.png", "sizes": "192x192", "type": "image/png" }
      ],
      "backgrounds": [
        { "src": "og-card.png", "sizes": "1536x1024", "type": "image/png" }
      ],
      "screenshots": [
        { "src": "og-card.png", "sizes": "1536x1024", "type": "image/png" }
      ]
    }
  ],
  "handle_links": "preferred",
  "launch_handler": {
    "client_mode": "navigate-existing"
  }
}
