blob: e310d53d4b1df16b01a0b618e6a831292ca98b75 [file] [log] [blame]
{
"name": "Manifest with tabbed display override",
"icons": [
{
"src": "launcher-icon-4x.png",
"sizes": "192x192",
"type": "image/png"
}
],
"start_url": "manifest_test_page.html",
"display": "standalone",
"display_override": [ "tabbed" ],
"tab_strip": {
"new_tab_button": "auto"
}
}