{
  "name": "SwingShop",
  "short_name": "SwingShop",
  "description": "Share and discover golf tips from golfers around the world",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#222C22",
  "icons": [
    {
      "src": "/web-app-manifest-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/web-app-manifest-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "share_target": {
    "action": "/tips/post",
    "method": "GET",
    "enctype": "application/x-www-form-urlencoded",
    "params": {
      "url": "import_url",
      "text": "text",
      "title": "title"
    }
  }
}
