{
  "name": "Cept",
  "short_name": "Cept",
  "description": "A fully-featured Notion clone backed by Git. Client-only. Offline-first. Collaborative.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#1a1a2e",
  "orientation": "any",
  "categories": ["productivity", "utilities"],
  "icons": [
    {
      "src": "/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "screenshots": [],
  "shortcuts": [
    {
      "name": "New Page",
      "url": "/?action=new-page",
      "description": "Create a new page"
    },
    {
      "name": "Search",
      "url": "/?action=search",
      "description": "Search your workspace"
    }
  ]
}
