{
  "name": "Foodstarts",
  "short_name": "Foodstarts",
  "start_url": "/?utm_source=a2hs",
  "display": "standalone",
  "background_color": "#fff",
  "theme_color": "#fff",
  "description": "Save recipes from anywhere with one touch. Foodstarts works across all devices, is easy to use, and always looks great. You can create, edit, share and discover new recipes from other people around the world!",
  "icons": [{
    "src": "assets/images/touch/homescreen192.png",
    "type": "image/png",
    "sizes": "192x192",
    "purpose": "any"
  }, {
    "src": "assets/images/touch/homescreen512.png",
    "type": "image/png",
    "sizes": "512x512",
    "purpose": "any"
  }, {
    "src": "assets/images/touch/homescreen_maskable192.png",
    "type": "image/png",
    "sizes": "192x192",
    "purpose": "maskable"
  }, {
    "src": "assets/images/touch/homescreen_maskable512.png",
    "type": "image/png",
    "sizes": "512x512",
    "purpose": "maskable"
  }],
  "splash_pages": null,
  "share_target": {
    "action": "/_app-share-target",
    "enctype": "multipart/form-data",
    "method": "POST",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url",
      "files": [
        {
          "name": "media",
          "accept": ["image/*", "video/*"]
        }
      ]
    }
  }
}
