]> gitweb.stoutner.com Git - PrivacyBrowserPC.git/blobdiff - src/settings.kcfg
Enable setting as the default browser.
[PrivacyBrowserPC.git] / src / settings.kcfg
index 9a85eda27cd2485d2563ac7b13be404504c107ce..f739cf695b415c5e7f7db6d40d22ffdff2c67663 100644 (file)
   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>. -->
 <kcfg
     xmlns="http://www.kde.org/standards/kcfg/1.0"
     xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
     xsi:schemaLocation="http://www.kde.org/standards/kcfg/1.0 http://www.kde.org/standards/kcfg/1.0/kcfg.xsd" >
 
-    <kcfgfile name="privacybrowserpc"/>
+    <!-- This is the name of the file located in `~/.config/` where the settings are stored. -->
+    <kcfgfile name="privacybrowser"/>
 
-    <group name="Preferences">
-        <entry name="colorBackground" type="Color">
-            <label>color of the background</label>
-            <default>black</default>
+    <group name="Privacy">
+        <entry name="javaScript" type="Bool">
+            <default>false</default>
         </entry>
+    </group>
 
-        <entry name="colorForeground" type="Color">
-            <label>color of the foreground</label>
-            <default>yellow</default>
+    <group name="General">
+        <entry name="homepage" type="Url">
+            <default>https://www.mojeek.com/</default>
         </entry>
 
-        <entry name="ageInDays" type="Int">
-            <label>age of the project</label>
-            <default>2</default>
+        <entry name="zoomFactor" type="Double">
+            <default>1.00</default>
         </entry>
     </group>
 </kcfg>