{
  "name": "Clikkle - All-in-One Business Suite",
  "short_name": "Clikkle",
  "description": "Complete business management platform with CRM, HR, project management, file sharing, e-signature, and team collaboration tools",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#286efb",
  "orientation": "portrait-primary",
  "scope": "/",
  "lang": "en-US",
  "dir": "ltr",
  "categories": ["business", "productivity", "collaboration", "management"],
  
  "icons": [
    {
      "src": "https://cdn.clikkle.com/images/worksuite/2025/clikkle%20worksuite.png",
      "sizes": "72x72",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "https://cdn.clikkle.com/images/worksuite/2025/clikkle%20worksuite.png",
      "sizes": "96x96",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "https://cdn.clikkle.com/images/worksuite/2025/clikkle%20worksuite.png",
      "sizes": "128x128",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "https://cdn.clikkle.com/images/worksuite/2025/clikkle%20worksuite.png",
      "sizes": "144x144",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "https://cdn.clikkle.com/images/worksuite/2025/clikkle%20worksuite.png",
      "sizes": "152x152",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "https://cdn.clikkle.com/images/worksuite/2025/clikkle%20worksuite.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "https://cdn.clikkle.com/images/worksuite/2025/clikkle%20worksuite.png",
      "sizes": "384x384",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "https://cdn.clikkle.com/images/worksuite/2025/clikkle%20worksuite.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  
  "shortcuts": [
    {
      "name": "CRM Dashboard",
      "short_name": "CRM",
      "description": "Quick access to your customer relationship management dashboard",
      "url": "/crm",
      "icons": [{ "src": "https://cdn.clikkle.com/images/worksuite/2025/clikkle%20worksuite.png", "sizes": "96x96" }]
    },
    {
      "name": "HR Management",
      "short_name": "HR",
      "description": "Access human resources tools and employee management",
      "url": "/hr",
      "icons": [{ "src": "https://cdn.clikkle.com/images/hr/logo/2025/clikkle%20hr.png", "sizes": "96x96" }]
    },
    {
      "name": "Project Management",
      "short_name": "Projects",
      "description": "Open project management and task tracking tools",
      "url": "/projects",
      "icons": [{ "src": "https://cdn.clikkle.com/images/projects/logo/2025/clikkle%20projects.png", "sizes": "96x96" }]
    },
    {
      "name": "File Manager",
      "short_name": "Files",
      "description": "Access file sharing and storage features",
      "url": "/files",
      "icons": [{ "src": "https://cdn.clikkle.com/images/files/logo/2025/clikkle%20files.png", "sizes": "96x96" }]
    },
    {
      "name": "eSignature",
      "short_name": "eSign",
      "description": "Quick access to document signing tools",
      "url": "/esign",
      "icons": [{ "src": "https://cdn.clikkle.com/images/e-sign/logo/2025/clikkle%20esign.png", "sizes": "96x96" }]
    },
    {
      "name": "Team Chat",
      "short_name": "Chat",
      "description": "Open team communication and messaging",
      "url": "/chat",
      "icons": [{ "src": "https://cdn.clikkle.com/images/chat/logo/2025/clikkle%20chat.png", "sizes": "96x96" }]
    }
  ],
  
  "related_applications": [
    {
      "platform": "webapp",
      "url": "https://clikkle.com/manifest.json"
    }
  ],
  
  "prefer_related_applications": false,
  
  "edge_side_panel": {
    "preferred_width": 400
  },
  
  "handle_links": "preferred",
  
  "launch_handler": {
    "client_mode": ["navigate-existing", "auto"]
  },
  
  "serviceworker": {
    "src": "/sw.js",
    "scope": "/",
    "update_via_cache": "none"
  },
  
  "protocol_handlers": [
    {
      "protocol": "web+clikkle",
      "url": "/?protocol=%s"
    }
  ],
  
  "url_handlers": [
    {
      "origin": "https://clikkle.com"
    }
  ],
  
  "web_share_target": {
    "action": "/share",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url",
      "files": [
        {
          "name": "files",
          "accept": ["*/*"]
        }
      ]
    }
  }
}