{
  "name": "AgentStack — Build Apps, Sites, Games & Startups Fast",
  "short_name": "AgentStack",
  "description": "AgentStack — BaaS + AI + MCP (330+ catalog actions). Host static sites at /s/ and SPAs at /a/. Built-in social, messenger, RAG. Free tier from $0.",
  "start_url": "/",
  "display": "standalone",
  "display_override": ["window-controls-overlay", "standalone", "browser"],
  "launch_handler": { "client_mode": "focus-existing" },
  "handle_links": "preferred",
  "protocol_handlers": [
    {
      "protocol": "web+agentstack",
      "url": "/protocol-handler?u=%s"
    }
  ],
  "file_handlers": [
    {
      "action": "/messenger/share",
      "accept": {
        "image/*": [".png", ".jpg", ".jpeg", ".webp", ".gif"],
        "video/mp4": [".mp4"],
        "text/plain": [".txt", ".md"],
        "application/json": [".json"]
      },
      "launch_type": "single-client"
    }
  ],
  "edge_side_panel": { "preferred_width": 420 },
  "background_color": "#ffffff",
  "theme_color": "#5288c1",
  "orientation": "portrait",
  "icons": [
    {
      "src": "/favicon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "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-maskable-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/favicon.ico",
      "sizes": "16x16 32x32",
      "type": "image/x-icon"
    }
  ],
  "categories": ["developer", "productivity", "business", "social", "communication"],
  "lang": "en",
  "dir": "ltr",
  "scope": "/",
  "id": "/?source=pwa",
  "prefer_related_applications": false,
  "screenshots": [
    {
      "src": "/banner-small.jpg",
      "sizes": "1376x768",
      "type": "image/jpeg",
      "form_factor": "wide",
      "label": "AgentStack — Universal Processing System: build apps, sites, games and startups fast"
    },
    {
      "src": "/banner-white.jpg",
      "sizes": "2560x1440",
      "type": "image/jpeg",
      "form_factor": "wide",
      "label": "AgentStack platform overview — BaaS, AI Builder, MCP with 330+ catalog actions, social network, messenger, RAG"
    },
    {
      "src": "/icons/screenshot-narrow.png",
      "sizes": "750x1334",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "AgentStack on mobile"
    }
  ],
  "shortcuts": [
    {
      "name": "Messenger",
      "short_name": "Messenger",
      "description": "Open chats",
      "url": "/messenger?source=pwa_shortcut",
      "icons": [{ "src": "/favicon.svg", "sizes": "any", "type": "image/svg+xml" }]
    },
    {
      "name": "Home",
      "short_name": "Home",
      "description": "User home hub",
      "url": "/app/home?source=pwa_shortcut",
      "icons": [{ "src": "/favicon.svg", "sizes": "any", "type": "image/svg+xml" }]
    },
    {
      "name": "Dev home",
      "short_name": "Dev",
      "description": "Developer hub",
      "url": "/dev/home?source=pwa_shortcut",
      "icons": [{ "src": "/favicon.svg", "sizes": "any", "type": "image/svg+xml" }]
    },
    {
      "name": "AI Builder",
      "short_name": "Builder",
      "description": "Describe your app, site, game or startup idea in one prompt and get a working product",
      "url": "/builder?source=pwa_shortcut",
      "icons": [{ "src": "/favicon.svg", "sizes": "any", "type": "image/svg+xml" }]
    },
    {
      "name": "Quick Start",
      "short_name": "Start",
      "description": "Launch an MVP in 10 minutes",
      "url": "/quick-start?source=pwa_shortcut",
      "icons": [{ "src": "/favicon.svg", "sizes": "any", "type": "image/svg+xml" }]
    },
    {
      "name": "Pricing",
      "short_name": "Pricing",
      "description": "Free $0 to Pro $199. Pay-as-you-go ~50% cheaper than competitors",
      "url": "/pricing?source=pwa_shortcut",
      "icons": [{ "src": "/favicon.svg", "sizes": "any", "type": "image/svg+xml" }]
    },
    {
      "name": "MCP Docs",
      "short_name": "MCP",
      "description": "Model Context Protocol — 330+ catalog actions for AI agents",
      "url": "/mcp-docs?source=pwa_shortcut",
      "icons": [{ "src": "/favicon.svg", "sizes": "any", "type": "image/svg+xml" }]
    }
  ],
  "share_target": {
    "action": "/messenger/share",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url",
      "files": [
        {
          "name": "files",
          "accept": ["image/*", "video/*", "text/*"]
        }
      ]
    }
  }
}
