{
  "$schema": "https://raw.githubusercontent.com/SchemaStore/schemastore/master/src/schemas/json/web-manifest.json",
  "short_name": "Fars",
  "name": "Fars",
  "description": "Fars Web Application",
  "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": "ir.farsnews.pwa",
  "start_url": "/start-pwa",
  "background_color": "#385E9D",
  "display": "standalone",
  "display_override": [
    "standalone",
    "minimal-ui",
    "window-controls-overlay",
    "browser"
  ],
  "orientation": "portrait-primary",
  "dir": "auto",
  "scope": "/",
  "theme_color": "#385E9D",
  "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://farsnews.ir/manifest.json"
    },
    {
      "platform": "play",
      "id": "ir.farsnews.app",
      "url": "https://play.google.com/store/apps/details?id=ir.farsnews.app"
    }
  ]
}
