{ "name": "PDF Studio", "short_name": "PDF Studio", "description": "Apri, riordina, ruota, converti e ottimizza PDF localmente.", "id": "./", "start_url": "./", "scope": "./", "display": "standalone", "background_color": "#f3efe6", "theme_color": "#223632", "orientation": "any", "icons": [ { "src": "icons/icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any" }, { "src": "icons/icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any maskable" } ], "file_handlers": [ { "action": "./", "accept": { "application/pdf": [".pdf"], "image/jpeg": [".jpg", ".jpeg"] }, "launch_type": "single-client" } ] }