{
  "id": "/",
  "name": "MUDL",
  "short_name": "MUDL",
  "description": "MUDL knows your shelf, the bar down the street, and the drink you'd reach for first.",
  "display": "fullscreen",
  "orientation": "portrait",
  "lang": "en",
  "dir": "ltr",
  "categories": ["food", "lifestyle"],
  "theme_color": "#0C0A08",
  "background_color": "#0C0A08",
  "scope": "/app/",
  "start_url": "/app/",
  "related_applications": [
    {
      "platform": "play",
      "id": "com.trymudl.app",
      "url": "https://play.google.com/store/apps/details?id=com.trymudl.app"
    }
  ],
  "prefer_related_applications": false,
  "share_target": {
    "action": "/app/share-target",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "files": [
        {
          "name": "images",
          "accept": ["image/*", "image/jpeg", "image/png", "image/webp", "image/heic", "image/heif", ".jpg", ".jpeg", ".png", ".webp", ".heic", ".heif"]
        }
      ]
    }
  },
  "icons": [
    {
      "src": "icons/icon-any-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "icons/icon-any-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "icons/icon-any-1024.png",
      "sizes": "1024x1024",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "icons/icon-maskable-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "icons/icon-maskable-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "icons/icon-mono-96.png",
      "sizes": "96x96",
      "type": "image/png",
      "purpose": "monochrome"
    },
    {
      "src": "icons/icon-mono-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "monochrome"
    },
    {
      "src": "icons/icon-mono-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "monochrome"
    }
  ]
}
