{
  "name": "ChatGPT-MindVault",
  "short_name": "MindVault",
  "description": "Offline-first memory vault with PIN, QR, and export features.",
  "start_url": "/index.html",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#121212",
  "theme_color": "#00bcd4",
  "icons": [
    {
      "src": "icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png"
    }
  ],
  "shortcuts": [
    {
      "name": "Add Memory",
      "url": "/index.html#add",
      "description": "Quick start new memory"
    },
    {
      "name": "Export All",
      "url": "/index.html#export",
      "description": "Download memory archive"
    }
  ],
  "file_handlers": [
    {
      "action": "/index.html#open",
      "accept": {
        "text/markdown": [
          ".md"
        ],
        "text/csv": [
          ".csv"
        ],
        "application/json": [
          ".vault.json"
        ]
      }
    }
  ]
}