{
  "name": "SPORTWIG CRM",
  "short_name": "SPORTWIG CRM",
  "description": "Professional CRM platform for the sports industry with mobile-first design and comprehensive contact management",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#3b82f6",
  "orientation": "portrait-primary",
  "scope": "/",
  "categories": ["business", "productivity", "sports"],
  "lang": "en",
  "dir": "ltr",
  "icons": [
    {
      "src": "/icons/144x144-new.png",
      "sizes": "144x144",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/192x192-new.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icons/512x512-new.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icons/180x180-new.png",
      "sizes": "180x180",
      "type": "image/png"
    }
  ],
  "shortcuts": [
    {
      "name": "Dashboard",
      "short_name": "Dashboard",
      "description": "View CRM dashboard with KPIs and analytics",
      "url": "/dashboard",
      "icons": [{ "src": "/icons/shortcut-dashboard.png", "sizes": "96x96" }]
    },
    {
      "name": "Companies",
      "short_name": "Companies",
      "description": "Manage companies and prospects",
      "url": "/companies",
      "icons": [{ "src": "/icons/shortcut-companies.png", "sizes": "96x96" }]
    },
    {
      "name": "Timeline",
      "short_name": "Timeline",
      "description": "View activities and schedule",
      "url": "/timeline",
      "icons": [{ "src": "/icons/shortcut-timeline.png", "sizes": "96x96" }]
    }
  ],
  "related_applications": [],
  "prefer_related_applications": false,
  "screenshots": [
    {
      "src": "/screenshots/desktop-1.png",
      "sizes": "1280x720",
      "type": "image/png",
      "platform": "wide",
      "label": "Desktop dashboard view"
    },
    {
      "src": "/screenshots/mobile-1.png", 
      "sizes": "360x640",
      "type": "image/png",
      "platform": "narrow",
      "label": "Mobile dashboard view"
    }
  ]
}