{
  "name": "DOT Memory",
  "short_name": "DOT Memory",
  "description": "DOT Memory local-first memory and benchmarking surface.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "background_color": "#02060f",
  "theme_color": "#1F6F5F",
  "file_handlers": [
    {
      "action": "/open-memory",
      "accept": {
        "text/vnd.ourmemory.memory": [".memory"],
        "text/plain": [".memory"]
      }
    }
  ],
  "icons": [
    {
      "src": "/branding/our-memory-document-icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "/branding/brain-mark-black.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    }
  ]
}
