{
  "name": "Founders EQ",
  "short_name": "Founders EQ",
  "description": "An AI grounded exclusively in documents the American Founders had or wrote. Not a search engine — a conversation.",
  "id": "/?source=pwa",
  "start_url": "/?source=pwa",
  "scope": "/",
  "display": "standalone",
  "display_override": ["window-controls-overlay", "standalone", "minimal-ui"],
  "orientation": "portrait",
  "background_color": "#0a0907",
  "theme_color": "#0a0907",
  "lang": "en-US",
  "dir": "ltr",
  "categories": ["education", "books", "reference"],
  "prefer_related_applications": false,
  "related_applications": [
    {
      "platform": "play",
      "url": "https://play.google.com/store/apps/details?id=com.founderseq.app",
      "id": "com.founderseq.app"
    }
  ],
  "icons": [
    { "src": "icons/icon-192.png",          "sizes": "192x192", "type": "image/png", "purpose": "any" },
    { "src": "icons/icon-512.png",          "sizes": "512x512", "type": "image/png", "purpose": "any" },
    { "src": "icons/icon-192-maskable.png", "sizes": "192x192", "type": "image/png", "purpose": "maskable" },
    { "src": "icons/icon-512-maskable.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" },
    { "src": "icons/icon-monochrome.png",   "sizes": "512x512", "type": "image/png", "purpose": "monochrome" }
  ],
  "screenshots": [
    {
      "src": "icons/screenshot-mobile-1.png",
      "sizes": "1080x1920",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Ask the Founders anything — grounded in primary sources"
    },
    {
      "src": "icons/screenshot-mobile-2.png",
      "sizes": "1080x1920",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Citations link straight to the original document"
    },
    {
      "src": "icons/screenshot-desktop-1.png",
      "sizes": "1920x1080",
      "type": "image/png",
      "form_factor": "wide",
      "label": "247 founding-era documents indexed"
    }
  ],
  "shortcuts": [
    {
      "name": "New conversation",
      "short_name": "New chat",
      "description": "Start a new conversation with the Founders",
      "url": "/?action=new",
      "icons": [{ "src": "icons/shortcut-new.png", "sizes": "96x96" }]
    },
    {
      "name": "Browse guides",
      "short_name": "Guides",
      "description": "Walk through history with a Founder",
      "url": "/?action=guides",
      "icons": [{ "src": "icons/shortcut-guides.png", "sizes": "96x96" }]
    }
  ],
  "protocol_handlers": [],
  "share_target": {
    "action": "/?share-target=1",
    "method": "GET",
    "params": { "title": "title", "text": "text", "url": "url" }
  }
}
