update readme
[dotfiles/.git] / .config / BraveSoftware / Brave-Browser / Default / Extensions / cimiefiiaegbelhefglklhhakcgmhkai / 1.7.6_0 / constants.js
1 /*
2     Copyright (C) 2017 Kai Uwe Broulik <kde@privat.broulik.de>
3     Copyright (C) 2018 David Edmundson <davidedmundson@kde.org>
4
5     This program is free software; you can redistribute it and/or
6     modify it under the terms of the GNU General Public License as
7     published by the Free Software Foundation; either version 3 of
8     the License, or (at your option) any later version.
9
10     This program is distributed in the hope that it will be useful,
11     but WITHOUT ANY WARRANTY; without even the implied warranty of
12     MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
13     GNU General Public License for more details.
14
15     You should have received a copy of the GNU General Public License
16     along with this program.  If not, see <http://www.gnu.org/licenses/>.
17  */
18
19 DEFAULT_EXTENSION_SETTINGS = {
20     mpris: {
21         enabled: true,
22         websiteSettings: {}
23     },
24     mprisMediaSessions: {
25         enabled: true
26     },
27     kdeconnect: {
28         enabled: true
29     },
30     downloads: {
31         enabled: true,
32         addToRecentDocuments: true,
33         saveOriginUrl: false
34     },
35     tabsrunner: {
36         enabled: true
37     },
38     purpose: {
39         enabled: true
40     },
41     breezeScrollBars: {
42         // this breaks pages in interesting ways, disable by default
43         enabled: false
44     }
45 };
46
47 IS_FIREFOX = (typeof InstallTrigger !== "undefined"); // heh.
48
49 // NOTE if you change this, make sure to adjust the error message shown in action_popup.html
50 SUPPORTED_PLATFORMS = ["linux", "openbsd", "freebsd"];
51
52 // Default MPRIS settings for websites
53 const MPRIS_WEBSITE_SETTINGS = {
54     //"https://www.example.com": false
55 };