{
    "name": "QuantumLab Pro - 3D Quantum Circuit Designer",
    "short_name": "QuantumLab",
    "description": "Design, simulate, and run quantum circuits in an immersive 3D environment with real IBM Quantum integration",
    "start_url": "/3d-lab",
    "display": "standalone",
    "background_color": "#0a0a0f",
    "theme_color": "#6366f1",
    "orientation": "any",
    "scope": "/",
    "lang": "tr",
    "categories": ["education", "productivity", "utilities"],
    "icons": [
        {
            "src": "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 192 192'><rect fill='%236366f1' width='192' height='192' rx='24'/><circle cx='96' cy='96' r='40' fill='none' stroke='white' stroke-width='4'/><circle cx='96' cy='96' r='60' fill='none' stroke='white' stroke-width='2' opacity='0.5'/><circle cx='96' cy='56' r='8' fill='%2310b981'/><circle cx='130' cy='116' r='8' fill='%23f59e0b'/><circle cx='62' cy='116' r='8' fill='%23ef4444'/><text x='96' y='170' text-anchor='middle' fill='white' font-family='sans-serif' font-size='24' font-weight='bold'>Q</text></svg>",
            "sizes": "192x192",
            "type": "image/svg+xml",
            "purpose": "any maskable"
        },
        {
            "src": "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'><rect fill='%236366f1' width='512' height='512' rx='64'/><circle cx='256' cy='256' r='100' fill='none' stroke='white' stroke-width='8'/><circle cx='256' cy='256' r='150' fill='none' stroke='white' stroke-width='4' opacity='0.5'/><circle cx='256' cy='256' r='200' fill='none' stroke='white' stroke-width='2' opacity='0.3'/><circle cx='256' cy='156' r='20' fill='%2310b981'/><circle cx='343' cy='306' r='20' fill='%23f59e0b'/><circle cx='169' cy='306' r='20' fill='%23ef4444'/><line x1='256' y1='156' x2='343' y2='306' stroke='%2310b981' stroke-width='3' opacity='0.6'/><line x1='256' y1='156' x2='169' y2='306' stroke='%23ef4444' stroke-width='3' opacity='0.6'/><text x='256' y='440' text-anchor='middle' fill='white' font-family='sans-serif' font-size='64' font-weight='bold'>QuantumLab</text></svg>",
            "sizes": "512x512",
            "type": "image/svg+xml",
            "purpose": "any"
        }
    ],
    "screenshots": [
        {
            "src": "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1280 720'><rect fill='%230a0a0f' width='1280' height='720'/><rect x='20' y='20' width='200' height='680' fill='%23121218' rx='12'/><rect x='240' y='20' width='800' height='680' fill='%23121218' rx='12'/><rect x='1060' y='20' width='200' height='680' fill='%23121218' rx='12'/><text x='640' y='360' text-anchor='middle' fill='%236366f1' font-size='48'>3D Quantum Circuit Designer</text></svg>",
            "sizes": "1280x720",
            "type": "image/svg+xml",
            "form_factor": "wide",
            "label": "3D Circuit Designer View"
        }
    ],
    "shortcuts": [
        {
            "name": "New Circuit",
            "short_name": "New",
            "description": "Create a new quantum circuit",
            "url": "/3d-lab?action=new",
            "icons": [{"src": "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 96 96'><rect fill='%2310b981' width='96' height='96' rx='12'/><text x='48' y='68' text-anchor='middle' fill='white' font-size='48'>+</text></svg>", "sizes": "96x96"}]
        },
        {
            "name": "Run Simulation",
            "short_name": "Run",
            "description": "Run quantum simulation",
            "url": "/3d-lab?action=run",
            "icons": [{"src": "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 96 96'><rect fill='%236366f1' width='96' height='96' rx='12'/><polygon points='36,24 72,48 36,72' fill='white'/></svg>", "sizes": "96x96"}]
        },
        {
            "name": "IBM Quantum",
            "short_name": "IBM",
            "description": "Connect to IBM Quantum",
            "url": "/3d-lab?panel=ibm",
            "icons": [{"src": "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 96 96'><rect fill='%230062ff' width='96' height='96' rx='12'/><text x='48' y='64' text-anchor='middle' fill='white' font-size='32' font-weight='bold'>IBM</text></svg>", "sizes": "96x96"}]
        }
    ],
    "related_applications": [],
    "prefer_related_applications": false,
    "share_target": {
        "action": "/3d-lab",
        "method": "POST",
        "enctype": "multipart/form-data",
        "params": {
            "title": "name",
            "text": "description",
            "url": "link",
            "files": [
                {
                    "name": "circuit",
                    "accept": ["application/json", ".qasm", ".json"]
                }
            ]
        }
    },
    "handle_links": "preferred",
    "launch_handler": {
        "client_mode": "navigate-existing"
    },
    "edge_side_panel": {
        "preferred_width": 400
    }
}
