{
  "name": "Elf - Personal Productivity Assistant",
  "short_name": "Elf",
  "description": "Your intelligent productivity companion with AI-powered insights",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#F9C74F",
  "orientation": "portrait-primary",
  "icons": [
    {
      "src": "/icons/Elfgold/icon.iconset/icon_16x16@2x.png",
      "sizes": "32x32",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/Elfgold/icon.iconset/icon_32x32@2x.png",
      "sizes": "64x64",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/Elfgold/icon.iconset/icon_128x128@2x.png",
      "sizes": "256x256",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/Elfgold/icon.iconset/icon_256x256.png",
      "sizes": "256x256",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/Elfgold/icon.iconset/icon_512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "categories": ["productivity", "utilities"],
  "screenshots": [],
  "shortcuts": [
    {
      "name": "Tasks",
      "short_name": "Tasks",
      "description": "View your tasks",
      "url": "/todo",
      "icons": [{ "src": "/icons/Elfgold/icon.iconset/icon_128x128@2x.png", "sizes": "256x256" }]
    },
    {
      "name": "Bookmarks",
      "short_name": "Bookmarks",
      "description": "View your bookmarks",
      "url": "/bookmarks",
      "icons": [{ "src": "/icons/Elfgold/icon.iconset/icon_128x128@2x.png", "sizes": "256x256" }]
    },
    {
      "name": "Knowledge",
      "short_name": "Knowledge",
      "description": "View your knowledge base",
      "url": "/knowledge",
      "icons": [{ "src": "/icons/Elfgold/icon.iconset/icon_128x128@2x.png", "sizes": "256x256" }]
    },
    {
      "name": "Workflows",
      "short_name": "Workflows",
      "description": "View your workflows",
      "url": "/workflow",
      "icons": [{ "src": "/icons/Elfgold/icon.iconset/icon_128x128@2x.png", "sizes": "256x256" }]
    }
  ]
}

