{
  "name": "Selah Downloads — Pause. Listen. Receive.",
  "short_name": "Selah",
  "description": "Capture spiritual downloads the moment they arrive — voice or text. Selah AI turns fleeting insights into structured biblical guidance, Scripture, and prayer. Restful, midnight-ready, and encrypted end-to-end.",
  "id": "com.selahdownloads.app",
  "start_url": "/dashboard",
  "scope": "/",
  "display": "standalone",
  "display_override": ["window-controls-overlay", "standalone", "minimal-ui", "browser"],
  "orientation": "portrait-primary",
  "background_color": "#121212",
  "theme_color": "#C9BDB0",
  "lang": "en-US",
  "dir": "ltr",
  "categories": ["lifestyle", "productivity", "books"],
  "iarc_rating_id": "",
  "prefer_related_applications": false,
  "protocol_handlers": [],
  "icons": [
    { "src": "/favicon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any" },
    { "src": "/favicon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any" },
    { "src": "/favicon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "maskable" },
    { "src": "/favicon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" },
    { "src": "/apple-touch-icon.png", "sizes": "180x180", "type": "image/png", "purpose": "any" },
    { "src": "/favicon.svg", "type": "image/svg+xml", "sizes": "any", "purpose": "any" }
  ],
  "screenshots": [
    {
      "src": "/screenshots/dashboard-desktop.png",
      "sizes": "1440x900",
      "type": "image/png",
      "form_factor": "wide",
      "label": "Insight Map dashboard — restful night mode"
    },
    {
      "src": "/screenshots/analysis-desktop.png",
      "sizes": "1440x900",
      "type": "image/png",
      "form_factor": "wide",
      "label": "AI analysis with insights, Scripture, and prayer"
    },
    {
      "src": "/screenshots/record-mobile.png",
      "sizes": "824x1830",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Voice-first spiritual download capture"
    },
    {
      "src": "/screenshots/history-mobile.png",
      "sizes": "824x1830",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Encrypted download history with follow-ups"
    }
  ],
  "shortcuts": [
    {
      "name": "Record a Download",
      "short_name": "Record",
      "description": "Capture a spiritual download right now",
      "url": "/record",
      "icons": [{ "src": "/favicon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "History",
      "short_name": "History",
      "description": "Review your past downloads",
      "url": "/history",
      "icons": [{ "src": "/favicon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Settings",
      "short_name": "Settings",
      "description": "Manage account, ambient capture, and subscription",
      "url": "/settings",
      "icons": [{ "src": "/favicon-192.png", "sizes": "192x192" }]
    }
  ],
  "share_target": {
    "action": "/record",
    "method": "GET",
    "params": {
      "text": "shared_text",
      "title": "shared_title"
    }
  }
}
