view icons/context-web-search.svg @ 3:f77dab12bb52

Add support for contextual identities Create new tab with the same contextual identity as the current tab and open the search results in newly created tab. Accessing the tab's cookieStoreId property requires the "cookies" permission.
author Guido Berhoerster <guido+cws@berhoerster.name>
date Thu, 31 Oct 2019 16:22:48 +0100
parents 2050741e9711
children
line wrap: on
line source

<!--
Copyright (C) 2018 Guido Berhoerster <guido+cws@berhoerster.name>

This Source Code Form is subject to the terms of the Mozilla Public
License, v. 2.0. If a copy of the MPL was not distributed with this
file, You can obtain one at http://mozilla.org/MPL/2.0/.
-->
<svg version="1.1" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg">
  <rect width="16" height="16" rx="3" ry="3" fill="#ed00b5"/>
  <g stroke="#ffffff" stroke-linecap="round" stroke-width="2" fill="none">
    <circle cx="7" cy="7" r="4"/>
    <path d="m10 10 3 3"/>
  </g>
</svg>