{
  "name": "RecipeSave \u2014 your recipe rolodex",
  "short_name": "RecipeSave",
  "description": "Save recipes from Instagram, TikTok and food blogs into one searchable recipe box.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait",
  "theme_color": "#2C4A35",
  "background_color": "#FAF9F6",
  "icons": [
    {
      "src": "/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    }
  ],
  "share_target": {
    "action": "/import",
    "method": "GET",
    "params": {
      "url": "link",
      "text": "text",
      "title": "title"
    }
  },
  "shortcuts": [
    {
      "name": "Import a recipe",
      "short_name": "Import",
      "url": "/import",
      "icons": [
        {
          "src": "/icons/icon-192.png",
          "sizes": "192x192"
        }
      ]
    },
    {
      "name": "This week's plan",
      "short_name": "Plan",
      "url": "/plan",
      "icons": [
        {
          "src": "/icons/icon-192.png",
          "sizes": "192x192"
        }
      ]
    },
    {
      "name": "Shopping list",
      "short_name": "Shop",
      "url": "/groceries",
      "icons": [
        {
          "src": "/icons/icon-192.png",
          "sizes": "192x192"
        }
      ]
    }
  ]
}