{
  "id": "sanwad-talk-v1",
  "name": "Sanwad-Talk",
  "short_name": "Sanwad",
  "description": "Global secure chat with real-time translation.",
  "lang": "en-US",
  "dir": "ltr",
  "categories": ["social", "business", "communication"],
  "scope": "/",
  "start_url": "/",
  "display": "standalone",
  "display_override": ["window-controls-overlay", "tabbed", "minimal-ui"],
  "orientation": "any",
  "launch_handler": {
    "client_mode": "focus-existing"
  },
  "note_taking": {
    "new_note_url": "/new-chat"
  },
  "protocol_handlers": [
    {
      "protocol": "web+sanwad",
      "url": "/%s"
    }
  ],
  "background_color": "#A020F0",
  "theme_color": "#A020F0",
  "prefer_related_applications": false,
  "related_applications": [
    {
      "platform": "webapp",
      "url": "https://sanwad-talk.replit.app/manifest.json"
    }
  ],
  "iarc_rating_id": "e84b-a9bd-2a0c-86d4",
  "shortcuts": [
    {
      "name": "New Chat",
      "short_name": "Chat",
      "url": "/",
      "icons": [{ "src": "/static/images/icon-512.png", "sizes": "1024x1024" }]
    },
    {
      "name": "Private Vault",
      "short_name": "Vault",
      "url": "/vault",
      "icons": [{ "src": "/static/images/icon-512.png", "sizes": "1024x1024" }]
    }
  ],
  "icons": [
    {
      "src": "/static/images/icon-512.png",
      "sizes": "1024x1024",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "screenshots": [
    {
      "src": "/static/images/screenshot1.png",
      "sizes": "768x1408",
      "type": "image/png",
      "form_factor": "narrow"
    },
    {
      "src": "/static/images/desktop-screenshot.png",
      "sizes": "1408x768",
      "type": "image/png",
      "form_factor": "wide"
    }
  ],
  "file_handlers": [
    {
      "action": "/share",
      "accept": {
        "image/*": [".jpg", ".jpeg", ".png", ".gif", ".webp"],
        "text/*": [".txt", ".pdf", ".csv"],
        "audio/*": [".mp3", ".wav", ".ogg"]
      }
    }
  ],
  "share_target": {
    "action": "/share",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url",
      "files": [
        {
          "name": "media",
          "accept": ["image/*", "audio/*", "text/*"]
        }
      ]
    }
  },
  "edge_side_panel": {
    "preferred_width": 400
  },
  "widgets": [
    {
      "name": "Sanwad Quick Chat",
      "short_name": "Chat",
      "description": "Quick access to your recent chats",
      "tag": "sanwad-chat-widget",
      "ms_ac_template": "/widgets/chat-widget.json",
      "data": "/api/widgets/chat",
      "icons": [{ "src": "/static/images/icon-512.png", "sizes": "1024x1024" }],
      "screenshots": [{ "src": "/static/images/screenshot1.png", "sizes": "768x1408" }]
    }
  ],
  "scope_extensions": [
    { "origin": "*.replit.app" },
    { "origin": "sanwad-talk.replit.app" }
  ]
}
