{
  "name": "Tag Vault",
  "short_name": "Tag",
  "description": "Tactile local-first archive vault, semantic search, and personal media memory system.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#090A0F",
  "theme_color": "#090A0F",
  "orientation": "any",
  "icons": [
    {
      "src": "/icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    }
  ],
  "categories": ["productivity", "utilities"],
  "shortcuts": [
    {
      "name": "New Capture",
      "short_name": "Capture",
      "description": "Capture new link or note",
      "url": "/?action=capture",
      "icons": [{ "src": "/icon.svg", "sizes": "any" }]
    },
    {
      "name": "Semantic Search",
      "short_name": "Search",
      "description": "Natural language vector search",
      "url": "/?action=search",
      "icons": [{ "src": "/icon.svg", "sizes": "any" }]
    }
  ]
}
