{
  "name": "Koape — Local Marketplace Paraguay",
  "short_name": "Koape",
  "description": "Buy and sell locally in Paraguay. Free listings, chat, and AI-powered tools.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#ffffff",
  "orientation": "portrait",
  "categories": ["shopping", "social"],
  "lang": "es",
  "dir": "ltr",
  "icons": [
    {
      "src": "/android-chrome-192x192.png?v=6",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/android-chrome-512x512.png?v=6",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "screenshots": [
    {
      "src": "/screenshots/home.png",
      "sizes": "1080x2340",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Home feed with listings"
    },
    {
      "src": "/screenshots/detail.png",
      "sizes": "1080x2340",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Listing detail with chat"
    },
    {
      "src": "/screenshots/create.png",
      "sizes": "1080x2340",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Create listing with AI assist"
    }
  ],
  "shortcuts": [
    {
      "name": "Create Listing",
      "short_name": "Sell",
      "description": "Create a new listing",
      "url": "/sell",
      "icons": [{ "src": "/icons/sell.png", "sizes": "96x96" }]
    },
    {
      "name": "Chats",
      "short_name": "Chats",
      "description": "View your messages",
      "url": "/chats",
      "icons": [{ "src": "/icons/chat.png", "sizes": "96x96" }]
    }
  ]
}
