{
  "$schema": "https://raw.githubusercontent.com/SchemaStore/schemastore/master/src/schemas/json/web-manifest.json",
  "short_name": "Virasty",
  "name": "Virasty",
  "description": "Virasty PWA - ویراستی",
  "categories": ["social"],
  "icons": [
    {
      "src": "/img/icon-192.png",
      "type": "image/png",
      "sizes": "192x192",
      "purpose": "any"
    },
    {
      "src": "/img/icon-192-maskable.png",
      "type": "image/png",
      "sizes": "192x192",
      "purpose": "maskable"
    },
    {
      "src": "/img/icon-512.png",
      "type": "image/png",
      "sizes": "512x512",
      "purpose": "any"
    },
    {
      "src": "/img/icon-512-maskable.png",
      "type": "image/png",
      "sizes": "512x512",
      "purpose": "maskable"
    }
  ],
  "id": "com.virasty.pwa",
  "start_url": "/start-pwa",
  "background_color": "#1D9CF0",
  "display": "standalone",
  "display_override": [
    "standalone",
    "minimal-ui",
    "window-controls-overlay",
    "browser"
  ],
  "orientation": "portrait-primary",
  "dir": "auto",
  "scope": "/",
  "theme_color": "#1D9CF0",
  "share_target": {
    "action": "/share",
    "method": "GET",
    "enctype": "application/x-www-form-urlencoded",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url"
    }
  },
  "shortcuts": [],
  "related_applications": [
    {
      "platform": "webapp",
      "url": "https://virasty.com/manifest.json"
    },
    {
      "platform": "play",
      "id": "com.virasty.app",
      "url": "https://play.google.com/store/apps/details?id=com.virasty.app"
    },
    {
      "platform": "itunes",
      "id": "com.virasty.ios",
      "url": "https://itunes.apple.com/app/virasty/id1673704548"
    }
  ],
  "screenshots": [
    {
      "src": "/no-appshell/img/screenshots/chat-room.jpg",
      "type": "image/jpeg",
      "sizes": "864x1920"
    },
    {
      "src": "/no-appshell/img/screenshots/editor.jpg",
      "type": "image/jpeg",
      "sizes": "864x1920"
    },
    {
      "src": "/no-appshell/img/screenshots/home.jpg",
      "type": "image/jpeg",
      "sizes": "864x1920"
    },
    {
      "src": "/no-appshell/img/screenshots/profile.jpg",
      "type": "image/jpeg",
      "sizes": "864x1920"
    },
    {
      "src": "/no-appshell/img/screenshots/tv.jpg",
      "type": "image/jpeg",
      "sizes": "864x1920"
    }
  ]
}
