{
  "name": "VenturePath Business Planner",
  "short_name": "VenturePath",
  "description": "Plan and track your business journey",
  "start_url": "/venture-path/",
  "display": "standalone",
  "background_color": "#1a1a1a",
  "theme_color": "#3a86ff",
  "orientation": "portrait-primary",
  "scope": "/venture-path/",
  "icons": [
    {
      "src": "/venture-path/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/venture-path/icon-512.png",
      "sizes": "512x512", 
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "categories": ["business", "productivity", "finance"]
}