{ "name": "Tamgara – PDF ausfüllen & unterschreiben", "short_name": "Tamgara", "description": "PDF ausfüllen und digital unterschreiben – kostenlos, ohne Konto, direkt im Browser. Deine Datei wird nicht hochgeladen.", "id": "/", "start_url": "/?src=pwa", "scope": "/", "display": "standalone", "display_override": ["standalone", "minimal-ui"], "orientation": "any", "background_color": "#FAF7F2", "theme_color": "#0F3D3E", "lang": "de", "dir": "ltr", "categories": ["productivity", "business", "utilities"], "icons": [ { "src": "/icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any" }, { "src": "/icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any" }, { "src": "/icon-maskable-192.png", "sizes": "192x192", "type": "image/png", "purpose": "maskable" }, { "src": "/icon-maskable-512.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" } ], "file_handlers": [ { "action": "/web.html", "accept": { "application/pdf": [".pdf"] } } ], "share_target": { "action": "/share-target", "method": "POST", "enctype": "multipart/form-data", "params": { "title": "title", "text": "text", "url": "url", "files": [ { "name": "file", "accept": ["application/pdf", ".pdf"] } ] } } }