mirror of
https://github.com/microsoft/playwright.git
synced 2024-12-14 13:45:36 +03:00
2f6148bcd1
Signed-off-by: Max Schmitt <max@schmitt.mx>
17 lines
429 B
JSON
17 lines
429 B
JSON
{
|
|
"theme_color": "#000",
|
|
"background_color": "#fff",
|
|
"display": "standalone",
|
|
"start_url": "index.html",
|
|
"name": "Playwright Trace Viewer",
|
|
"short_name": "Trace Viewer",
|
|
"icons": [
|
|
{
|
|
"src": "playwright-logo.svg",
|
|
"sizes": "48x48 72x72 96x96 128x128 150x150 256x256 512x512 1024x1024",
|
|
"type": "image/svg+xml",
|
|
"purpose": "any"
|
|
}
|
|
]
|
|
}
|