{
  "name": "LIMBRA",
  "short_name": "LIMBRA",
  "description": "LIMBRA is your AI memory layer for everyday life.",
  "start_url": "/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "background_color": "#FFFDF5",
  "theme_color": "#23384C",
  "categories": ["productivity", "lifestyle"],
  "icons": [
    {
      "src": "/apple-touch-icon.png",
      "sizes": "180x180",
      "type": "image/png"
    },
    {
      "src": "/icon-192x192.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "/icon-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/app-icon-1024.png",
      "sizes": "1024x1024",
      "type": "image/png"
    }
  ],
  "screenshots": [
    {
      "src": "/images/hero-main.webp",
      "sizes": "1920x1080",
      "type": "image/webp",
      "form_factor": "wide",
      "label": "AI memory dashboard"
    }
  ],
  "shortcuts": [
    {
      "name": "Search Things",
      "short_name": "Search",
      "description": "Find any thing you've stored",
      "url": "/search",
      "icons": [{ "src": "/icon-192x192.png", "sizes": "192x192" }]
    },
    {
      "name": "My Spaces",
      "short_name": "Spaces",
      "description": "Browse all your spaces",
      "url": "/spaces",
      "icons": [{ "src": "/icon-192x192.png", "sizes": "192x192" }]
    },
    {
      "name": "Quick Scan",
      "short_name": "Scan",
      "description": "Scan items with your camera",
      "url": "/scan",
      "icons": [{ "src": "/icon-192x192.png", "sizes": "192x192" }]
    }
  ],
  "share_target": {
    "action": "/share-receive",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "files": [
        {
          "name": "images",
          "accept": ["image/*", "image/jpeg", "image/png", "image/webp", "image/heic"]
        }
      ]
    }
  }
}
