focus on your browsing
browser web-browser
at main 49 lines 1.5 kB view raw
1<?xml version="1.0" encoding="UTF-8" ?> 2<schemalist> 3 <schema 4 id="site.srht.shrimple.OuchBrowser" 5 path="/site/srht/shrimple/OuchBrowser/" 6 gettext-domain="OuchBrowser" 7 > 8 <key type="s" name="search-engine"> 9 <choices> 10 <choice value="https://bing.com/search?q=" /> 11 <choice value="https://duckduckgo.com/?q=" /> 12 <choice value="https://ecosia.org/search?q=" /> 13 <choice value="https://google.com/search?q=" /> 14 <choice value="https://kagi.com/search?q=" /> 15 </choices> 16 <aliases> 17 <alias value="Bing" target="https://bing.com/search?q=" /> 18 <alias value="DuckDuckGo" target="https://duckduckgo.com/?q=" /> 19 <alias value="Ecosia" target="https://ecosia.org/search?q=" /> 20 <alias value="Google" target="https://google.com/search?q=" /> 21 <alias value="Kagi" target="https://kagi.com/search?q=" /> 22 </aliases> 23 24 <default>"https://duckduckgo.com/?q="</default> 25 <summary>Search engine</summary> 26 <description> 27 This value is the search engine that will be used when the user 28 enters a search query into the command palette. 29 </description> 30 </key> 31 32 <key type="d" name="zoom"> 33 <range min="0.25" max="5.0" /> 34 <default>1.0</default> 35 <summary>Zoom</summary> 36 <description> 37 This value is the zoom level of the browser. 38 </description> 39 </key> 40 41 <key type="b" name="maximized"> 42 <default>true</default> 43 <summary>Maximized?</summary> 44 <description> 45 This value is whether the window is maximized or not. 46 </description> 47 </key> 48 </schema> 49</schemalist>