{
  "name": "vivlo",
  "short_name": "vivlo",
  "description": "vivlo — your AI-powered knowledge companion for notes, canvas, and voice.",
  "start_url": "/notes",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait",
  "theme_color": "#0E9D6E",
  "background_color": "#FFFFFF",
  "lang": "en",
  "icons": [
    {
      "src": "/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "categories": ["productivity", "utilities"],
  "shortcuts": [
    {
      "name": "New Note",
      "short_name": "New",
      "description": "Create a new note",
      "url": "/notes/new",
      "icons": [
        {
          "src": "/icons/icon-192.png",
          "sizes": "192x192"
        }
      ]
    }
  ]
}
