{
  "name": "Memoro",
  "short_name": "Memoro",
  "description": "A personal AI with memory of your life — meetings, mail, people, decisions.",
  "start_url": "/app",
  "scope": "/",
  "display": "standalone",
  "orientation": "any",
  "theme_color": "#f5f4f2",
  "background_color": "#f5f4f2",
  "categories": ["productivity", "photo"],
  "icons": [
    {
      "src": "/img/favicons/web-app-manifest-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable any"
    },
    {
      "src": "/img/favicons/web-app-manifest-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable any"
    },
    {
      "src": "/img/favicons/apple-touch-icon.png",
      "sizes": "180x180",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/img/favicons/favicon-96x96.png",
      "sizes": "96x96",
      "type": "image/png"
    }
  ],
  "share_target": {
    "action": "/api/share-target",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url",
      "files": [
        {
          "name": "files",
          "accept": ["image/*", "video/*"]
        }
      ]
    }
  },
  "shortcuts": [
    {
      "name": "Upload Photos",
      "short_name": "Upload",
      "url": "/app/photos?action=upload",
      "icons": [{ "src": "/img/favicons/favicon-96x96.png", "sizes": "96x96" }]
    },
    {
      "name": "Search Photos",
      "short_name": "Search",
      "url": "/app/photos/search",
      "icons": [{ "src": "/img/favicons/favicon-96x96.png", "sizes": "96x96" }]
    }
  ]
}
