{
  "name": "چانه‌زن",
  "short_name": "چانه‌زن",
  "description": "سامانه حراج معکوس و چانه‌زنی هوشمند",
  "id": "/",
  "start_url": "/",
  "display": "standalone",
  "display_override": ["window-controls-overlay", "standalone", "minimal-ui"],
  "orientation": "portrait-primary",
  "scope": "/",
  "scope_extensions": [
    {
      "origin": "https://chanezan.ir",
      "has_permission": true
    }
  ],
  "lang": "fa",
  "dir": "rtl",
  "background_color": "#ffffff",
  "theme_color": "#3B82F6",
  "categories": ["shopping", "business", "finance"],
  "iarc_rating_id": "12+",
  "icons": [
    {
      "src": "/android-icon-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icon-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "screenshots": [
    {
      "src": "/screenshot1.png",
      "sizes": "1080x1920",
      "type": "image/png",
      "platform": "android",
      "label": "صفحه اصلی چانه‌زن"
    },
    {
      "src": "/screenshot2.png",
      "sizes": "1080x1920",
      "type": "image/png",
      "platform": "android",
      "label": "لیست نیازها"
    }
  ],
  "shortcuts": [
    {
      "name": "ثبت نیاز جدید",
      "short_name": "نیاز جدید",
      "description": "ثبت سریع نیاز جدید",
      "url": "/need/create",
      "icons": [
        {
          "src": "/shortcut-icon.png",
          "sizes": "96x96"
        }
      ]
    },
    {
      "name": "مشاهده نیازها",
      "short_name": "نیازها",
      "description": "مشاهده لیست نیازها",
      "url": "/needs"
    },
    {
      "name": "کیف پول",
      "short_name": "کیف پول",
      "description": "مشاهده کیف پول",
      "url": "/wallet"
    },
    {
      "name": "داشبورد",
      "short_name": "داشبورد",
      "description": "ورود به داشبورد کاربری",
      "url": "/dashboard"
    }
  ],
  "share_target": {
    "action": "/share",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url",
      "files": [
        {
          "name": "file",
          "accept": ["image/*", "video/*", "application/pdf"]
        }
      ]
    }
  },
  "launch_handler": {
    "client_mode": "focus-existing"
  },
  "prefer_related_applications": false,
  "related_applications": [
    {
      "platform": "play",
      "id": "com.chanezan.app",
      "url": "https://play.google.com/store/apps/details?id=com.chanezan.app"
    }
  ],
  "note_taking": {
    "new_note_url": "/notes/new"
  },
  "edge_side_panel": {
    "preferred_width": 400
  },
  "file_handlers": [
    {
      "action": "/open-file",
      "accept": {
        "image/*": [".png", ".jpg", ".jpeg", ".gif", ".webp"],
        "application/pdf": [".pdf"],
        "text/plain": [".txt"]
      }
    }
  ],
  "protocol_handlers": [
    {
      "protocol": "web+chanezan",
      "url": "/handle?q=%s"
    }
  ],
  "widgets": [
    {
      "name": "ویجت چانه‌زن",
      "short_name": "چانه‌زن",
      "description": "نمایش آخرین نیازها",
      "url": "/widget.html",
      "sizes": ["1x1", "2x2", "4x4"]
    }
  ]
}