{
  "name": "Memo by MemorySpace.ai",
  "short_name": "Memo",
  "description": "Memory Management System - Capture, organize, and retrieve organizational knowledge like a CMS for memory",
  "start_url": "/knowledge-base",
  "display": "standalone",
  "background_color": "#1F2937",
  "theme_color": "#9333EA",
  "orientation": "portrait-primary",
  "categories": [
    "productivity",
    "utilities",
    "business"
  ],
  "prefer_related_applications": false,
  "scope": "/",
  "icons": [
    {
      "src": "/icons/icon-192x192.png",
      "type": "image/png",
      "sizes": "192x192",
      "purpose": "any maskable"
    },
    {
      "src": "/icons/icon-512x512.png",
      "type": "image/png",
      "sizes": "512x512",
      "purpose": "any maskable"
    }
  ],
  "screenshots": [
    {
      "src": "/screenshot-mobile.png",
      "sizes": "390x844",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Memory capture on mobile"
    },
    {
      "src": "/screenshot-desktop.png",
      "sizes": "1920x1080",
      "type": "image/png",
      "form_factor": "wide",
      "label": "Memory Spaces dashboard"
    }
  ],
  "shortcuts": [
    {
      "name": "New Recording",
      "short_name": "Record",
      "description": "Start a new audio recording",
      "url": "/transcripts?record=true",
      "icons": [
        {
          "src": "/icon-record.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "Capture File",
      "short_name": "Capture",
      "description": "Capture an audio or video file",
      "url": "/transcripts?upload=true",
      "icons": [
        {
          "src": "/icon-upload.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    }
  ],
  "share_target": {
    "action": "/api/share",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "title": "title",
      "text": "text",
      "files": [
        {
          "name": "media",
          "accept": [
            "audio/*",
            "video/*",
            ".mp3",
            ".m4a",
            ".wav",
            ".mp4",
            ".mov",
            ".webm"
          ]
        }
      ]
    }
  },
  "protocol_handlers": [
    {
      "protocol": "web+memoryspace",
      "url": "/knowledge-base?url=%s"
    }
  ]
}
