910e62b5创建于 1月15日历史提交
{
  "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" ]
}