Spomky-Labs / pwa-bundle

PHP library for generating a full featured PWA manifest
https://pwa.spomky-labs.com
MIT License
28 stars 1 forks source link

Add support for custom user agent in screenshot generation #166

Closed Spomky closed 1 month ago

Spomky commented 1 month ago

This update includes a new service, ScreenshotSubscriber, that disables profiler if the user agent matches a specified one. Also, a custom user agent can now be used when using the CreateScreenshotCommand, and this setting is configurable in web_client.php. Finally, some PHPStan warnings were addressed and the "ext-sockets" package was added to the dev dependencies.

Target branch: 1.2.x Resolves issue #147