{
"name": "Manifest with tab strip customizations",
"icons": [
{
"src": "blue-192.png",
"sizes": "192x192",
"type": "image/png",
"purpose": "any monochrome"
}
],
"start_url": "get_manifest.html?tab_strip_fixed_home_scope.json",
"display": "standalone",
"display_override": [ "tabbed" ],
"theme_color": "black",
"background_color": "white",
"tab_strip": {
"home_tab": {
"scope_patterns": [
{"pathname": "/web_apps/tab_strip_customizations.html"},
{"pathname": "/web_apps/title_appname_prefix.html"}
]
},
"new_tab_button": {
"url": "/web_apps/favicon_only.html"
}
}
}