{
    "name": "DocScan Pro",
    "short_name": "DocScan",
    "description": "Scanner de documentos profissional - Digitalize, edite e organize seus documentos",
    "start_url": "./index.html",
    "display": "standalone",
    "background_color": "#0d0d14",
    "theme_color": "#1a1a2e",
    "orientation": "portrait-primary",
    "scope": "./",
    "lang": "pt-BR",
    "categories": ["productivity", "utilities", "business"],
    "icons": [
        {
            "src": "icon-192x192.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "icon-512x512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "icon-512x512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "maskable"
        }
    ],
    "screenshots": [
        {
            "src": "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 540 1170'><rect fill='%230d0d14' width='540' height='1170'/><rect y='0' width='540' height='70' fill='%231a1a2e'/><text x='70' y='45' fill='white' font-size='24' font-family='sans-serif'>DocScan Pro</text><rect x='20' y='100' width='160' height='200' rx='10' fill='%23252540'/><rect x='190' y='100' width='160' height='200' rx='10' fill='%23252540'/><rect x='360' y='100' width='160' height='200' rx='10' fill='%23252540'/><circle cx='470' cy='1070' r='50' fill='%236c5ce7'/><path d='M450 1070 L470 1050 L490 1070 M470 1050 L470 1090' stroke='white' stroke-width='6' fill='none'/></svg>",
            "sizes": "540x1170",
            "type": "image/svg+xml",
            "form_factor": "narrow",
            "label": "Tela inicial do DocScan Pro"
        }
    ],
    "shortcuts": [
        {
            "name": "Escanear Documento",
            "short_name": "Escanear",
            "description": "Iniciar nova digitalização",
            "url": "index.html?action=scan",
            "icons": [
                {
                    "src": "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 96 96'><rect fill='%236c5ce7' width='96' height='96' rx='20'/><circle cx='48' cy='48' r='30' fill='none' stroke='white' stroke-width='6'/><circle cx='48' cy='48' r='10' fill='white'/></svg>",
                    "sizes": "96x96",
                    "type": "image/svg+xml"
                }
            ]
        },
        {
            "name": "Meus Documentos",
            "short_name": "Documentos",
            "description": "Ver todos os documentos",
            "url": "index.html?view=documents",
            "icons": [
                {
                    "src": "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 96 96'><rect fill='%236c5ce7' width='96' height='96' rx='20'/><rect x='20' y='15' width='56' height='70' rx='5' fill='white'/><rect x='28' y='30' width='30' height='4' rx='2' fill='%236c5ce7'/><rect x='28' y='42' width='40' height='3' rx='1' fill='%23b4b4c9'/><rect x='28' y='52' width='35' height='3' rx='1' fill='%23b4b4c9'/></svg>",
                    "sizes": "96x96",
                    "type": "image/svg+xml"
                }
            ]
        }
    ],
    "related_applications": [],
    "prefer_related_applications": false,
    "share_target": {
        "action": "index.html",
        "method": "POST",
        "enctype": "multipart/form-data",
        "params": {
            "files": [
                {
                    "name": "images",
                    "accept": ["image/*"]
                }
            ]
        }
    },
    "file_handlers": [
        {
            "action": "index.html",
            "accept": {
                "image/*": [".jpg", ".jpeg", ".png", ".gif", ".webp", ".bmp"]
            }
        }
    ],
    "protocol_handlers": [
        {
            "protocol": "web+docscan",
            "url": "index.html?document=%s"
        }
    ]
}
