{
  "name": "Definitely Going Back",
  "short_name": "DGB",
  "description": "Places worth returning to",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#F6ECD4",
  "theme_color": "#E2571E",
  "orientation": "portrait-primary",
  "icons": [
    {
      "src": "/dgb192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/dgb192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/dgb512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/dgb512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "share_target": {
    "action": "/admin/import",
    "method": "GET",
    "enctype": "application/x-www-form-urlencoded",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url"
    }
  },
  "shortcuts": [
    {
      "name": "Add Business",
      "short_name": "Add",
      "description": "Add a new business",
      "url": "/admin",
      "icons": [{ "src": "/dgb192.png", "sizes": "192x192" }]
    }
  ]
}
