{
  "name": "Reduxr Asset Management",
  "short_name": "Reduxr",
  "description": "Asset Management System with Mobile Camera Integration",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#07080D",
  "theme_color": "#0277BD",
  "orientation": "portrait-primary",
  "scope": "/",
  "lang": "en",
  "categories": ["productivity", "business"],
  "version": "1.2",
  "icons": [
    {
      "src": "/vite.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    }
  ],

  "features": [
    "Camera Access",
    "Asset Management",
    "OCR Processing",
    "Offline Sync",
    "Mobile Responsive",
    "Touch Interface"
  ],

  "permissions": [
    "camera",
    "microphone"
  ],

  "display_override": ["standalone", "minimal-ui"],
  
  "edge_side_panel": {
    "preferred_width": 400
  },

  "launch_handler": {
    "client_mode": "navigate-existing"
  }
}
