{
"name": "Manifest with tab strip and query params in the start_url",
"icons": [
{
"src": "launcher-icon-4x.png",
"sizes": "192x192",
"type": "image/png"
}
],
"start_url": "get_manifest.html?tab_strip_query_params_in_start_url.json",
"display": "standalone",
"display_override": [ "tabbed" ],
"tab_strip": {
"home_tab": {}
}
}