{
  "name": "MyEstate App: An estate management app",
  "short_name": "Aahera",
  "description": "All round estate management application",
  "theme_color": "#1D8C23",
  "background_color": "#000",
  "display": "fullscreen",
  "scope": "/",
  "start_url": "/",
  "icons": [
    {
      "src": "aahera-logo192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "aahera-logo512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Aahera",
      "url": "card.aahera.com.ng",
      "description": "Estate management app"
    }
  ],
  "screenshots": [
    {
      "src": "adesanya.png",
      "sizes": "1280x720",
      "type": "image/png",
      "platform": "wide"
    }
  ],
  "orientation": "natural",
  "lang": "en",
  "dir": "auto",
  "id": "/=1",
  "categories": [
    "business",
    "finance",
    "navigation",
    "security",
    "shopping",
    "utilities"
  ],
  "edge_side_panel": {
    "preferred_width": 400
  },
  "launch_handler": {
    "client_mode": ["navigate-existing", "auto"]
  },
  "handle_links": "auto",

  "share_target": {
    "action": "/collect-files",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url",
      "files": [
        {
          "name": "lists",
          "accept": ["text/csv", ".csv"]
        }
      ]
    }
  }
}
