{
    "scope": "/",
    "name": "NetID.AI — Cognitive-OS",
    "start_url": "https://netid.ai/",
    "display": "standalone",
    "display_override": [
        "window-controls-overlay",
        "standalone",
        "minimal-ui",
        "tabbed"
    ],
    "tab_strip": [
        {
            "home_tab": {
                "scope_patterns": {
                    "pathname": "https://netid.ai/"
                }
            }
        },
        {
            "new_tab_button": {
                "url": "https://netid.ai/workspace"
            }
        }
    ],
    "short_name": "NetID.AI",
    "theme_color": "#111827",
    "background_color": "#000000",
    "description": "NetID.AI ✨ Cognitive Operating System",
    "orientation": "any",
    "dir": "ltr",
    "lang": "vi-VN",
    "id": "https://netid.ai/",
    "categories": [
        "productivity",
        "business",
        "education",
        "developer tools",
        "utilities"
    ],
    "handle_links": "preferred",
    "prefer_related_applications": false,
    "launch_handler": {
        "client_mode": "focus-existing"
    },
    "edge_side_panel": {
        "preferred_width": 400
    },
    "note_taking": {
        "new_note_url": "https://netid.ai/write"
    },
    "icons": [
        {
            "src": "https://netid.ai/images/netid-ai-logo-512x512.png",
            "type": "image/png",
            "sizes": "512x512",
            "purpose": "any maskable"
        },
        {
            "src": "https://netid.ai/images/netid-ai-logo-1620x1620.png",
            "type": "image/png",
            "sizes": "1620x1620",
            "purpose": "any"
        }
    ],
    "screenshots": [
        {
            "src": "https://netid.ai/images/1280x720.png",
            "type": "image/png",
            "sizes": "1280x720",
            "form_factor": "wide",
            "label": "NetID.AI — AI Workspace Dashboard"
        },
        {
            "src": "https://netid.ai/images/720x1280.png",
            "type": "image/png",
            "sizes": "720x1280",
            "form_factor": "narrow",
            "label": "NetID.AI trên điện thoại"
        }
    ],
    "protocol_handlers": [
        {
            "protocol": "web+qldn",
            "url": "/api_protocol?url=%s"
        }
    ],
    "scope_extensions": [
        {
            "type": "origin",
            "origin": "https://*.netid.ai"
        }
    ],
    "share_target": {
        "action": "/api_import_share",
        "method": "POST",
        "enctype": "multipart/form-data",
        "params": {
            "title": "Shared Data",
            "text": "Chia sẽ dữ liệu với hệ thống",
            "url": "link",
            "files": [
                {
                    "name": "files",
                    "accept": [
                        "image/jpeg",
                        "image/png",
                        "application/pdf"
                    ]
                }
            ]
        }
    },
    "shortcuts": [
        {
            "name": "Write",
            "short_name": "Write",
            "url": "/write",
            "description": "AI Composer & Chat",
            "icons": [
                {
                    "src": "https://netid.ai/images/netid-ai-logo-96x96.png",
                    "sizes": "96x96",
                    "type": "image/png"
                }
            ]
        },
        {
            "name": "War Room",
            "short_name": "War Room",
            "url": "/war-room",
            "description": "AI Brainstorming",
            "icons": [
                {
                    "src": "https://netid.ai/images/netid-ai-logo-96x96.png",
                    "sizes": "96x96",
                    "type": "image/png"
                }
            ]
        },
        {
            "name": "Workspaces",
            "short_name": "Workspaces",
            "url": "/workspace",
            "description": "Danh sách workspace",
            "icons": [
                {
                    "src": "https://netid.ai/images/netid-ai-logo-96x96.png",
                    "sizes": "96x96",
                    "type": "image/png"
                }
            ]
        },
        {
            "name": "Marketplace",
            "short_name": "Marketplace",
            "url": "/marketplace",
            "description": "AI Workers",
            "icons": [
                {
                    "src": "https://netid.ai/images/netid-ai-logo-96x96.png",
                    "sizes": "96x96",
                    "type": "image/png"
                }
            ]
        },
        {
            "name": "Mindset Battle",
            "short_name": "Battle",
            "url": "/mindset-battle",
            "description": "So sánh quan điểm",
            "icons": [
                {
                    "src": "https://netid.ai/images/netid-ai-logo-96x96.png",
                    "sizes": "96x96",
                    "type": "image/png"
                }
            ]
        }
    ],
    "file_handlers": [
        {
            "action": "/api_filehandlers",
            "accept": {
                "image/*": [
                    ".jpg",
                    ".jpeg",
                    ".png",
                    ".gif",
                    ".webp",
                    ".bmp",
                    ".ico"
                ],
                "application/pdf": [
                    ".pdf"
                ],
                "application/msword": [
                    ".doc",
                    ".docx"
                ]
            },
            "icons": [
                {
                    "src": "https://netid.ai/images/netid-ai-logo-96x96.png",
                    "sizes": "96x96",
                    "type": "image/png"
                }
            ]
        }
    ]
}