{
  "name": "what's cooking",
  "short_name": "what's cooking",
  "description": "connect with people through food",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#f1efe8",
  "theme_color": "#534ab7",
  "icons": [
    { "src": "/icon-192.png", "sizes": "192x192", "type": "image/png" },
    { "src": "/icon-512.png", "sizes": "512x512", "type": "image/png" }
  ],
  "share_target": {
    "action": "/recipes/new?intent=wantToMake",
    "method": "GET",
    "params": {
      "title": "sharedTitle",
      "text": "sharedText",
      "url": "sharedUrl"
    }
  }
}
