{
  "name": "MarkItUp - Personal Knowledge Management",
  "short_name": "MarkItUp",
  "description": "A powerful Markdown-based personal knowledge management system with AI integration, graph visualization, and advanced search",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#3b82f6",
  "orientation": "portrait-primary",
  "icons": [
    {
      "src": "/icon-192x192.svg",
      "sizes": "192x192",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    },
    {
      "src": "/icon-512x512.svg",
      "sizes": "512x512",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    }
  ],
  "screenshots": [],
  "categories": ["productivity", "utilities", "education"],
  "shortcuts": [
    {
      "name": "New Note",
      "short_name": "New",
      "description": "Create a new markdown note",
      "url": "/?action=new",
      "icons": [
        {
          "src": "/icon-192x192.svg",
          "sizes": "192x192",
          "type": "image/svg+xml"
        }
      ]
    },
    {
      "name": "Search",
      "short_name": "Search",
      "description": "Search your knowledge base",
      "url": "/?view=search",
      "icons": [
        {
          "src": "/icon-192x192.svg",
          "sizes": "192x192",
          "type": "image/svg+xml"
        }
      ]
    },
    {
      "name": "Graph View",
      "short_name": "Graph",
      "description": "Visualize note connections",
      "url": "/?view=graph",
      "icons": [
        {
          "src": "/icon-192x192.svg",
          "sizes": "192x192",
          "type": "image/svg+xml"
        }
      ]
    }
  ]
}
