{
  "name": "Mr. Cook",
  "short_name": "Mr. Cook",
  "launcherName": "Mr. Cook",
  "description": "Organize all your recipes.",
  "packageId": "app.mrcook.twa",
  "appVersion": "0.1.0",
  "splashScreenFadeOutDuration": 300,
  "icons": [
    {
      "src": "/web-app-manifest-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/web-app-manifest-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/maskable-icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/maskable-icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/monochrome-icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "monochrome"
    },
    {
      "src": "/monochrome-icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "monochrome"
    }
  ],
  "theme_color": "#08b060",
  "background_color": "#08b060",
  "display": "standalone",
  "start_url": "/recipes",
  "id": "/recipes",
  "scope": "/",
  "orientation": "natural",
  "dir": "ltr",
  "shortcuts": [
    {
      "name": "Add a recipe",
      "url": "/recipes?add_recipe=true"
    },
    {
      "name": "Recipes",
      "url": "/recipes"
    },
    {
      "name": "Favorites",
      "url": "/recipes?favorite=true"
    },
    {
      "name": "Planner",
      "url": "/recipe-planner"
    }
  ],
  "share_target": {
    "action": "/recipes",
    "method": "GET",
    "enctype": "application/x-www-form-urlencoded",
    "params": {
      "title": "share_title",
      "text": "share_text",
      "url": "share_url"
    }
  },
  "screenshots": [
    {
      "src": "/screenshots/tablet-landscape/recipe-list.png",
      "sizes": "2160x1620",
      "type": "image/png",
      "platform": "wide",
      "label": "Recipe List - Tablet & Desktop"
    },
    {
      "src": "/screenshots/tablet-landscape/recipe-details.png",
      "sizes": "2160x1620",
      "type": "image/png",
      "platform": "wide",
      "label": "Recipe Details - Tablet & Desktop"
    },
    {
      "src": "/screenshots/mobile/recipe-list.png",
      "sizes": "1081x1999",
      "type": "image/png",
      "platform": "narrow",
      "label": "Recipe List - Mobile"
    },
    {
      "src": "/screenshots/mobile/recipe-details.png",
      "sizes": "1081x1999",
      "type": "image/png",
      "platform": "narrow",
      "label": "Recipe Details - Mobile"
    }
  ],
  "categories": ["food", "health", "lifestyle"],
  "prefer_related_applications": true,
  "related_applications": [
    {
      "platform": "play",
      "url": "https://play.google.com/store/apps/details?id=app.mrcook.twa",
      "id": "app.mrcook.twa"
    }
  ],
  "launch_handler": {
    "client_mode": ["navigate-existing", "auto"]
  },
  "handle_links": "preferred"
}
