{
    "id": "https://exchangehunter.com",
    "name": "Exchange Hunter",
    "short_name": "Exchange Hunter",
    "description": "App that helps to find most fit exchanger",
    "screenshots": [],
    "shortcuts": [],
    "theme_color": "#2196f3",
    "background_color": "#2196f3",
    "display": "fullscreen",
    "scope": "/",
    "start_url": "/",
    "orientation": "portrait-primary",
    "dir": "auto",
    "prefer_related_applications": false,
    "categories": ["finance", "utilities"],
    "icons": [{
        "src": "icon.png",
        "type": "image/png",
        "purpose": "maskable",
        "sizes": "512x512"
    }, {
       "src": "icon.png",
       "type": "image/png",
       "purpose": "any",
       "sizes": "512x512"
   }],
   "share_target": {
       "action": "/_share-target-receiver/",
       "enctype": "application/x-www-form-urlencoded",
       "method": "GET",
       "params": {
           "url": "url"
       }
   },
   "launch_handler": {
       "client_mode": ["navigate-existing", "auto"]
   }
}
