{
  "name": "Nexora UI - Modern React Component Library",
  "short_name": "Nexora UI",
  "description": "Modern React component library with 50+ animated components built with Tailwind CSS and Framer Motion",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#f43f5e",
  "orientation": "portrait-primary",
  "categories": ["developer", "productivity", "utilities"],
  "lang": "en-US",
  "dir": "ltr",
  "icons": [
    {
      "src": "/logo.png",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    },
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    }
  ],
  "screenshots": [
    {
      "src": "/screenshot-desktop.png",
      "sizes": "1280x720",
      "type": "image/png",
      "form_factor": "wide",
      "label": "Nexora UI Component Library Desktop View"
    },
    {
      "src": "/screenshot-mobile.png",
      "sizes": "375x667",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Nexora UI Component Library Mobile View"
    }
  ],
  "shortcuts": [
    {
      "name": "Documentation",
      "short_name": "Docs",
      "description": "Browse component documentation",
      "url": "/docs",
      "icons": [
        {
          "src": "/icon-docs.png",
          "sizes": "96x96",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "Components",
      "short_name": "Components",
      "description": "View all components",
      "url": "/docs/button",
      "icons": [
        {
          "src": "/icon-components.png",
          "sizes": "96x96",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "Tools",
      "short_name": "Tools",
      "description": "Design tools and utilities",
      "url": "/tools",
      "icons": [
        {
          "src": "/icon-tools.png",
          "sizes": "96x96",
          "type": "image/png"
        }
      ]
    }
  ]
}
