{
    "name": "Sign/Stamp PDF",
    "short_name": "Sign PDF",
    "description": "Add stamps and signatures to PDF files directly in your browser. 100% private, no server upload.",
    "id": "/",
    "start_url": "./",
    "display": "standalone",
    "orientation": "any",
    "background_color": "#0f172a",
    "theme_color": "#1e3a5f",
    "categories": ["productivity", "utilities"],
    "icons": [
        {
            "src": "./icon.svg",
            "type": "image/svg+xml",
            "sizes": "any",
            "purpose": "any maskable"
        }
    ],
    "screenshots": [],
    "shortcuts": [
        {
            "name": "New Document",
            "short_name": "New",
            "description": "Start signing a new document",
            "url": "./#tool-section",
            "icons": [{ "src": "./icon.svg", "sizes": "any" }]
        }
    ]
}