cleanup chrome and playwright symlink and app names

This commit is contained in:
Nick Sweeting 2024-09-22 13:17:10 -07:00
parent 7b3849c8b7
commit ab0087e106
No known key found for this signature in database
4 changed files with 35 additions and 20 deletions

View file

@ -154,7 +154,7 @@ PUPPETEER_BINPROVIDER = PuppeteerBinProvider()
class PuppeteerPlugin(BasePlugin):
app_label: str ='puppeteer'
verbose_name: str = 'Puppeteer & Playwright'
verbose_name: str = 'Puppeteer (NPM)'
hooks: List[InstanceOf[BaseHook]] = [
PUPPETEER_CONFIG,