{
  "id": "dehvand",
  "short_name": "ده وند",
  "name": "ده وند 1.0",
  "description": "سامانه ارتباط روستا",
  "orientation": "portrait",

  "icons": [
    {
      "src": "icons/logo72.png",
      "sizes": "72x72",
      "type": "image/png",
      "purpose": "maskable any"
    },
    {
      "src": "icons/logo96.png",
      "sizes": "96x96",
      "type": "image/png",
      "purpose": "maskable any"
    },
    {
      "src": "icons/logo144.png",
      "sizes": "128x128 144x144",
      "type": "image/png",
      "purpose": "maskable any"
    },
    {
      "src": "icons/logo192.png",
      "sizes": "192x192 384x384",
      "type": "image/png",
      "purpose": "maskable any"
    },
    {
      "src": "icons/logo512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable any"
    }
  ] , 
  "start_url": "/?utm_source=twa",
  "scope": "/",
  "display": "standalone",
  "theme_color": "#000000",
  "background_color": "#eceff1",
  "screenshots": [
    {
      "src": "screenshot1.png",
      "type": "image/png",
      "sizes": "1080x1920"
    }
  ],
  "shortcuts": [
    {
      "name": "صفحه اصلی",
      "short_name": "خانه",
      "description": "بازگشت به صفحه اصلی",
      "url": "/",
      "icons": [
        {
          "src": "icons/logo192.png",
          "sizes": "192x192"
        }
      ]
    }
  ],
  "categories": ["social", "business"],
  "launch_handler": {
    "client_mode": "auto"
  },
  "display_override": ["standalone", "browser"],
  "share_target": {
    "action": "/share",
    "method": "GET",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url"
    }
  },
  "related_applications": [
    {
      "platform": "play",
      "id": "com.example.dehvand",
      "url": "https://play.google.com/store/apps/details?id=com.example.dehvand"
    }
  ],
  "prefer_related_applications": true,
  "protocol_handlers": [
    {
      "protocol": "web+dehvand",
      "url": "/?protocol=%s"
    }
  ]
}