playwright/packages/recorder/public/manifest.webmanifest

31 lines
714 B
Plaintext
Raw Normal View History

2021-10-16 02:33:09 +03:00
{
"theme_color": "#000",
"background_color": "#fff",
"display": "browser",
"start_url": "index.html",
"name": "Playwright Inspector",
"short_name": "Playwright Inspector",
2021-10-16 02:33:09 +03:00
"icons": [
{
"src": "icon-192x192.png",
2021-10-16 02:33:09 +03:00
"sizes": "192x192",
"type": "image/png"
},
{
"src": "icon-256x256.png",
2021-10-16 02:33:09 +03:00
"sizes": "256x256",
"type": "image/png"
},
{
"src": "icon-384x384.png",
2021-10-16 02:33:09 +03:00
"sizes": "384x384",
"type": "image/png"
},
{
"src": "icon-512x512.png",
2021-10-16 02:33:09 +03:00
"sizes": "512x512",
"type": "image/png"
}
]
}