{
  "$schema": "https://json.schemastore.org/web-manifest-combined.json",

  "name": "LenZ",
  "short_name": "LenZ",
  "description": "LenZ — capture moments, share wraps, relive your story.",

  "start_url": "/feed",
  "scope": "/",
  "id": "/",

  "display": "standalone",
  "orientation": "portrait",

  "background_color": "#12223c",
  "theme_color": "#12223c",

  "lang": "en",
  "dir": "ltr",

  "categories": ["social", "photo"],

  "icons": [
    {
      "src": "/icons/icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "/icons/icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "maskable"
    },
    {
      "src": "/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],

  "screenshots": [],

  "shortcuts": [
    {
      "name": "New Post",
      "short_name": "Post",
      "description": "Upload a new photo or video",
      "url": "/upload",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Feed",
      "short_name": "Feed",
      "description": "Browse your feed",
      "url": "/feed",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }]
    }
  ]
}
