{
  "short_name": "Placemark",
  "name": "Placemark: map data editor",
  "icons": [
    {
      "src": "/favicon.png",
      "type": "image/png",
      "sizes": "282x282"
    }
  ],
  "start_url": "/app?source=pwa",
  "background_color": "#3367D6",
  "display": "standalone",
  "scope": "/",
  "theme_color": "#3367D6",
  "shortcuts": [],
  "description": "Edit map data",
  "screenshots": [],
  "file_handlers": [
    {
      "action": "/app",
      "accept": {
        "application/json": [".geojson"]
      }
    }
  ]
}
