]> gitweb.stoutner.com Git - PrivacyBrowserPC.git/blobdiff - src/Settings.kcfg
Add search engine options.
[PrivacyBrowserPC.git] / src / Settings.kcfg
index fe9b22d6bc351eec2a3816af8d8445fd6faef852..25b12a81a13fa1590f6016febd94684123374e7e 100644 (file)
@@ -18,7 +18,7 @@
   You should have received a copy of the GNU General Public License
   along with Privacy Browser PC.  If not, see <http://www.gnu.org/licenses/>. -->
 
-  <!-- The options are partially documented at <https://api.kde.org/frameworks/kconfig/html/classKConfigSkeleton.html>. -->
+<!-- The options are partially documented at <https://api.kde.org/frameworks/kconfig/html/classKConfigSkeleton.html>. -->
 <kcfg
     xmlns="http://www.kde.org/standards/kcfg/1.0"
     xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
         </entry>
 
         <entry name="userAgent" type="String">
-            <default>PrivacyBrowser/1.0</default>
+            <default>Privacy Browser</default>
         </entry>
     </group>
 
     <group name="General">
-        <entry name="homepage" type="Url">
+        <entry name="homepage" type="String">
             <default>https://www.mojeek.com/</default>
         </entry>
 
+        <entry name="searchEngine" type="String">
+            <default>Mojeek</default>
+        </entry>
+
         <entry name="zoomFactor" type="Double">
             <default>1.00</default>
         </entry>