mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2024-11-05 09:09:21 +01:00
{pre-commit,*.json}: use tabs for intendion
This commit is contained in:
parent
9cc83a628d
commit
e5bd31559b
@ -97,6 +97,6 @@ end_of_line = crlf
|
||||
|
||||
# YAML requires spaces. The GitHub citation files look YAML to me.
|
||||
# https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-citation-files
|
||||
[*.{cff,yaml,yml,json}]
|
||||
[*.{cff,yaml,yml}]
|
||||
indent_style = space
|
||||
indent_size = 2
|
||||
|
@ -41,7 +41,14 @@ repos:
|
||||
args:
|
||||
# Remember also: --no-sort-keys
|
||||
# ASCII excludes the älphäbet amongst others
|
||||
[--autofix, --no-ensure-ascii, --top-keys, "Name,name"]
|
||||
[
|
||||
--autofix,
|
||||
--indent,
|
||||
"\t",
|
||||
--no-ensure-ascii,
|
||||
--top-keys,
|
||||
"Name,name",
|
||||
]
|
||||
|
||||
# Markdown Table of Contents generation.
|
||||
- repo: https://github.com/thlorenz/doctoc
|
||||
|
@ -1,30 +1,30 @@
|
||||
{
|
||||
"extends": [
|
||||
"config:recommended",
|
||||
"group:allDigest",
|
||||
"group:recommended"
|
||||
],
|
||||
"git-submodules": {
|
||||
"enabled": true
|
||||
},
|
||||
"mode": "full",
|
||||
"packageRules": [
|
||||
{
|
||||
"automerge": false,
|
||||
"matchPackagePatterns": [
|
||||
"*"
|
||||
]
|
||||
},
|
||||
{
|
||||
"groupName": "all pre-commit updates",
|
||||
"matchUpdateTypes": [
|
||||
"pre-commit"
|
||||
]
|
||||
}
|
||||
],
|
||||
"pre-commit": {
|
||||
"enabled": true
|
||||
},
|
||||
"schedule": [],
|
||||
"timezone": "Europe/Helsinki"
|
||||
"extends": [
|
||||
"config:recommended",
|
||||
"group:allDigest",
|
||||
"group:recommended"
|
||||
],
|
||||
"git-submodules": {
|
||||
"enabled": true
|
||||
},
|
||||
"mode": "full",
|
||||
"packageRules": [
|
||||
{
|
||||
"automerge": false,
|
||||
"matchPackagePatterns": [
|
||||
"*"
|
||||
]
|
||||
},
|
||||
{
|
||||
"groupName": "all pre-commit updates",
|
||||
"matchUpdateTypes": [
|
||||
"pre-commit"
|
||||
]
|
||||
}
|
||||
],
|
||||
"pre-commit": {
|
||||
"enabled": true
|
||||
},
|
||||
"schedule": [],
|
||||
"timezone": "Europe/Helsinki"
|
||||
}
|
||||
|
@ -1,42 +1,42 @@
|
||||
[
|
||||
{
|
||||
"name": "Darkman toggle",
|
||||
"command": "darkman toggle"
|
||||
},
|
||||
{
|
||||
"name": "Lock screen",
|
||||
"command": "loginctl lock-session"
|
||||
},
|
||||
{
|
||||
"name": "Power off",
|
||||
"command": "systemctl poweroff"
|
||||
},
|
||||
{
|
||||
"name": "Reboot",
|
||||
"command": "systemctl reboot"
|
||||
},
|
||||
{
|
||||
"name": "Screenshot [all monitors]",
|
||||
"command": "spectacle --background --pointer"
|
||||
},
|
||||
{
|
||||
"name": "Screenshot active window",
|
||||
"command": "spectacle --background --pointer --activewindow"
|
||||
},
|
||||
{
|
||||
"name": "Suspend",
|
||||
"command": "systemctl suspend"
|
||||
},
|
||||
{
|
||||
"name": "Top#5 memory eaters",
|
||||
"command": "kdeconnect-cli -d $(kdeconnect-cli -a --id-only) --ping-msg \"$(ps -eo pid,%mem,cmd --sort=-%mem | head -n 6)\""
|
||||
},
|
||||
{
|
||||
"name": "Unlock",
|
||||
"command": "loginctl unlock-session"
|
||||
},
|
||||
{
|
||||
"name": "Do [Not] Disturb",
|
||||
"command": "qdbus org.kde.kglobalaccel /component/plasmashell invokeShortcut \"toggle do not disturb\""
|
||||
}
|
||||
{
|
||||
"name": "Darkman toggle",
|
||||
"command": "darkman toggle"
|
||||
},
|
||||
{
|
||||
"name": "Lock screen",
|
||||
"command": "loginctl lock-session"
|
||||
},
|
||||
{
|
||||
"name": "Power off",
|
||||
"command": "systemctl poweroff"
|
||||
},
|
||||
{
|
||||
"name": "Reboot",
|
||||
"command": "systemctl reboot"
|
||||
},
|
||||
{
|
||||
"name": "Screenshot [all monitors]",
|
||||
"command": "spectacle --background --pointer"
|
||||
},
|
||||
{
|
||||
"name": "Screenshot active window",
|
||||
"command": "spectacle --background --pointer --activewindow"
|
||||
},
|
||||
{
|
||||
"name": "Suspend",
|
||||
"command": "systemctl suspend"
|
||||
},
|
||||
{
|
||||
"name": "Top#5 memory eaters",
|
||||
"command": "kdeconnect-cli -d $(kdeconnect-cli -a --id-only) --ping-msg \"$(ps -eo pid,%mem,cmd --sort=-%mem | head -n 6)\""
|
||||
},
|
||||
{
|
||||
"name": "Unlock",
|
||||
"command": "loginctl unlock-session"
|
||||
},
|
||||
{
|
||||
"name": "Do [Not] Disturb",
|
||||
"command": "qdbus org.kde.kglobalaccel /component/plasmashell invokeShortcut \"toggle do not disturb\""
|
||||
}
|
||||
]
|
||||
|
@ -1,67 +1,67 @@
|
||||
{
|
||||
"battery": {
|
||||
"format": "BAT {capacity}%",
|
||||
"states": {
|
||||
"critical": 20,
|
||||
"warning": 45
|
||||
}
|
||||
},
|
||||
"bluetooth": {
|
||||
"format": "BT {status}",
|
||||
"format-connected": "BT {device_alias}",
|
||||
"format-connected-battery": "BT {device_alias} {device_battery_percentage}%"
|
||||
},
|
||||
"clock": {
|
||||
"format": "{:%a. %d.\n%b.\n%Y-%j\n%G-W%V-%u\n%F\n%H.%M.%S}"
|
||||
},
|
||||
"cpu": {
|
||||
"format": "CPU {usage}%"
|
||||
},
|
||||
"layer": "top",
|
||||
"memory": {
|
||||
"format": "RAM {percentage}%"
|
||||
},
|
||||
"modules-left": [
|
||||
"sway/workspaces",
|
||||
"sway/mode"
|
||||
],
|
||||
"modules-right": [
|
||||
"gamemode",
|
||||
"cpu",
|
||||
"memory",
|
||||
"battery",
|
||||
"pulseaudio",
|
||||
"sway/language",
|
||||
"network",
|
||||
"bluetooth",
|
||||
"tray",
|
||||
"clock"
|
||||
],
|
||||
"network": {
|
||||
"format": "{ifname}",
|
||||
"format-disconnected": "",
|
||||
"format-ethernet": "{ifname} up",
|
||||
"format-wifi": "{frequency}G {signalStrength}% {essid}",
|
||||
"max-length": 50,
|
||||
"tooltip-format": "{ifname}",
|
||||
"tooltip-format-disconnected": "Disconnected",
|
||||
"tooltip-format-ethernet": "{ifname} up",
|
||||
"tooltip-format-wifi": "{frequency}G {signalStrength}% {essid}"
|
||||
},
|
||||
"position": "left",
|
||||
"pulseaudio": {
|
||||
"format": "VOL {volume}%",
|
||||
"format-bluetooth": "BT VOL {volume}%",
|
||||
"ignored-sinks": [
|
||||
"Easy Effects Sink",
|
||||
"Easy Effects Source"
|
||||
]
|
||||
},
|
||||
"sway/language": {
|
||||
"format": "KBD {short} {variant}",
|
||||
"on-click": "swaymsg input type:keyboard xkb_switch_layout next"
|
||||
},
|
||||
"sway/window": {
|
||||
"max-length": 50
|
||||
}
|
||||
"battery": {
|
||||
"format": "BAT {capacity}%",
|
||||
"states": {
|
||||
"critical": 20,
|
||||
"warning": 45
|
||||
}
|
||||
},
|
||||
"bluetooth": {
|
||||
"format": "BT {status}",
|
||||
"format-connected": "BT {device_alias}",
|
||||
"format-connected-battery": "BT {device_alias} {device_battery_percentage}%"
|
||||
},
|
||||
"clock": {
|
||||
"format": "{:%a. %d.\n%b.\n%Y-%j\n%G-W%V-%u\n%F\n%H.%M.%S}"
|
||||
},
|
||||
"cpu": {
|
||||
"format": "CPU {usage}%"
|
||||
},
|
||||
"layer": "top",
|
||||
"memory": {
|
||||
"format": "RAM {percentage}%"
|
||||
},
|
||||
"modules-left": [
|
||||
"sway/workspaces",
|
||||
"sway/mode"
|
||||
],
|
||||
"modules-right": [
|
||||
"gamemode",
|
||||
"cpu",
|
||||
"memory",
|
||||
"battery",
|
||||
"pulseaudio",
|
||||
"sway/language",
|
||||
"network",
|
||||
"bluetooth",
|
||||
"tray",
|
||||
"clock"
|
||||
],
|
||||
"network": {
|
||||
"format": "{ifname}",
|
||||
"format-disconnected": "",
|
||||
"format-ethernet": "{ifname} up",
|
||||
"format-wifi": "{frequency}G {signalStrength}% {essid}",
|
||||
"max-length": 50,
|
||||
"tooltip-format": "{ifname}",
|
||||
"tooltip-format-disconnected": "Disconnected",
|
||||
"tooltip-format-ethernet": "{ifname} up",
|
||||
"tooltip-format-wifi": "{frequency}G {signalStrength}% {essid}"
|
||||
},
|
||||
"position": "left",
|
||||
"pulseaudio": {
|
||||
"format": "VOL {volume}%",
|
||||
"format-bluetooth": "BT VOL {volume}%",
|
||||
"ignored-sinks": [
|
||||
"Easy Effects Sink",
|
||||
"Easy Effects Source"
|
||||
]
|
||||
},
|
||||
"sway/language": {
|
||||
"format": "KBD {short} {variant}",
|
||||
"on-click": "swaymsg input type:keyboard xkb_switch_layout next"
|
||||
},
|
||||
"sway/window": {
|
||||
"max-length": 50
|
||||
}
|
||||
}
|
||||
|
File diff suppressed because it is too large
Load Diff
@ -1,202 +1,202 @@
|
||||
{
|
||||
"3rdparty": {
|
||||
"extensions": {
|
||||
"bkdgflcldnnnapblkhphbgpggdiikppg": {
|
||||
"hasSeenPostInstall": true
|
||||
},
|
||||
"caoacbimdbbljakfhgikoodekdnlcgpk": {
|
||||
"hasSeenPostInstall": true
|
||||
},
|
||||
"cjpalhdlnbpafiamejdnhcphjbkeiagm": {
|
||||
"toAdd": {
|
||||
"trustedSiteDirectives": [
|
||||
"chrome-extension-scheme",
|
||||
"challenges.cloudflare.com",
|
||||
"ecosia.org",
|
||||
"firefox.com",
|
||||
"mozilla.net",
|
||||
"mozilla.org",
|
||||
"moz-extension-scheme",
|
||||
"research.cloudflare.com"
|
||||
]
|
||||
},
|
||||
"toOverwrite": {
|
||||
"filterLists": [
|
||||
"user-filters",
|
||||
"ublock-badware",
|
||||
"ublock-abuse",
|
||||
"ublock-unbreak",
|
||||
"urlhaus-1",
|
||||
"https://www.eff.org/files/effdntlist.txt",
|
||||
"https://gitea.blesmrt.net/mikaela/gist/raw/branch/master/DNS/blocklist.txt",
|
||||
"https://raw.githubusercontent.com/DandelionSprout/adfilt/master/LegitimateURLShortener.txt",
|
||||
"https://raw.githubusercontent.com/jjjxu/NSO_Pegasus_Blocklist/master/Pegasus-Hosts-Formatted.txt",
|
||||
"https://dl.red.flag.domains/adguard/red.flag.domains.txt",
|
||||
"https://raw.githubusercontent.com/olbat/ut1-blacklists/master/blacklists/malware/domains",
|
||||
"https://big.oisd.nl",
|
||||
"curben-phishing",
|
||||
"ublock-filters",
|
||||
"easylist",
|
||||
"ublock-quick-fixes",
|
||||
"ublock-privacy",
|
||||
"easyprivacy",
|
||||
"FIN-0",
|
||||
"fanboy-cookiemonster",
|
||||
"ublock-cookies-easylist",
|
||||
"adguard-cookies",
|
||||
"ublock-cookies-adguard",
|
||||
"ublock-quick-fixes",
|
||||
"ublock-annoyances",
|
||||
"adguard-popup-overlays"
|
||||
]
|
||||
}
|
||||
},
|
||||
"ddkjiahejlhfcafbddmgiahcphecmpfh": {
|
||||
"disableFirstRunPage": true,
|
||||
"noFiltering": [
|
||||
"ecosia.org",
|
||||
"cloudflare.com"
|
||||
]
|
||||
},
|
||||
"mlojlfildnehdpnlmpkeiiglhhkofhpb": {
|
||||
"toAdd": {
|
||||
"trustedSiteDirectives": [
|
||||
""
|
||||
]
|
||||
},
|
||||
"toOverwrite": {
|
||||
"filterLists": [
|
||||
"easylist",
|
||||
"adnauseam-filters",
|
||||
"eff-dnt-whitelist"
|
||||
]
|
||||
}
|
||||
},
|
||||
"nngceckbapebfimnlniiiahkandclblb": {
|
||||
"environment": {
|
||||
"base": "https://vault.bitwarden.eu",
|
||||
"notifications": "https://notifications.bitwarden.eu"
|
||||
}
|
||||
},
|
||||
"pkehgijcmpdhfbdbbnkijodmdjhbjlgp": {
|
||||
"checkForDNTPolicy": true,
|
||||
"disabledSites": [
|
||||
"challenges.cloudflare.com",
|
||||
"*.challenges.cloudflare.com",
|
||||
"chrome-extension-scheme",
|
||||
"ecosia.org",
|
||||
"*.ecosia.org",
|
||||
"keyoxide.org",
|
||||
"moz-extension-scheme",
|
||||
"research.cloudflare.com",
|
||||
"*.research.cloudflare.com"
|
||||
],
|
||||
"learnInIncognito": true,
|
||||
"learnLocally": true,
|
||||
"sendDNTSignal": true,
|
||||
"showCounter": true,
|
||||
"showIntroPage": false,
|
||||
"socialWidgetReplacementEnabled": true
|
||||
}
|
||||
}
|
||||
},
|
||||
"ExtensionManifestV2Availability": 2,
|
||||
"ExtensionManifestV2Availability_comment": "0 for default, 1 for disable, 2 for enable, 3 for those extensions specified here.",
|
||||
"ExtensionSettings": {
|
||||
"ajhmfdgkijocedmfjonnpjfojldioehi": {
|
||||
"installation_mode": "force_installed",
|
||||
"override_update_url": true,
|
||||
"toolbar_pin": "default_unpinned",
|
||||
"update_url": "https://clients2.google.com/service/update2/crx"
|
||||
},
|
||||
"cbimgpnbgalffiohilfglgkkhpegpjlo": {
|
||||
"installation_mode": "normal_installed",
|
||||
"override_update_url": true,
|
||||
"toolbar_pin": "force_pinned",
|
||||
"update_url": "https://clients2.google.com/service/update2/crx"
|
||||
},
|
||||
"cimiefiiaegbelhefglklhhakcgmhkai": {
|
||||
"installation_mode": "force_installed",
|
||||
"override_update_url": true,
|
||||
"toolbar_pin": "default_unpinned",
|
||||
"update_url": "https://clients2.google.com/service/update2/crx"
|
||||
},
|
||||
"cjpalhdlnbpafiamejdnhcphjbkeiagm": {
|
||||
"installation_mode": "force_installed",
|
||||
"override_update_url": true,
|
||||
"toolbar_pin": "force_pinned",
|
||||
"update_url": "https://clients2.google.com/service/update2/crx"
|
||||
},
|
||||
"ddkjiahejlhfcafbddmgiahcphecmpfh": {
|
||||
"installation_mode": "normal_installed",
|
||||
"override_update_url": true,
|
||||
"toolbar_pin": "force_pinned",
|
||||
"update_url": "https://clients2.google.com/service/update2/crx"
|
||||
},
|
||||
"fllaojicojecljbmefodhfapmkghcbnh": {
|
||||
"installation_mode": "force_installed",
|
||||
"override_update_url": true,
|
||||
"toolbar_pin": "default_unpinned",
|
||||
"update_url": "https://clients2.google.com/service/update2/crx"
|
||||
},
|
||||
"gbiekjoijknlhijdjbaadobpkdhmoebb": {
|
||||
"installation_mode": "force_installed",
|
||||
"override_update_url": true,
|
||||
"toolbar_pin": "default_unpinned",
|
||||
"update_url": "https://clients2.google.com/service/update2/crx"
|
||||
},
|
||||
"gecgipfabdickgidpmbicneamekgbaej": {
|
||||
"blocked_install_message": "Harhaanjohtava, ei koske PWA vaan vanhentuneita Chrome-sovelluksia.",
|
||||
"installation_mode": "blocked",
|
||||
"override_update_url": true,
|
||||
"toolbar_pin": "force_pinned",
|
||||
"update_url": "https://clients2.google.com/service/update2/crx"
|
||||
},
|
||||
"gphhapmejobijbbhgpjhcjognlahblep": {
|
||||
"blocked_install_message": "Tämä on KDE-talous, jossa kukaan ei tietääkseni käytä GNOMEa. Tämä lisäosa KDEn vastaavasta poiketen on riippuvainen GNOMEsta.",
|
||||
"installation_mode": "blocked"
|
||||
},
|
||||
"hojggiaghnldpcknpbciehjcaoafceil": {
|
||||
"installation_mode": "normal_installed",
|
||||
"override_update_url": true,
|
||||
"toolbar_pin": "default_unpinned",
|
||||
"update_url": "https://clients2.google.com/service/update2/crx"
|
||||
},
|
||||
"mafpmfcccpbjnhfhjnllmmalhifmlcie": {
|
||||
"installation_mode": "normal_installed",
|
||||
"override_update_url": true,
|
||||
"toolbar_pin": "default_unpinned",
|
||||
"update_url": "https://clients2.google.com/service/update2/crx"
|
||||
},
|
||||
"mlojlfildnehdpnlmpkeiiglhhkofhpb": {
|
||||
"blocked_install_message": "AdNauseam on protestityökalu, kun taas Aminda yrittää olla sysadmin.",
|
||||
"installation_mode": "blocked",
|
||||
"override_update_url": true,
|
||||
"toolbar_pin": "force_pinned",
|
||||
"update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
|
||||
},
|
||||
"nngceckbapebfimnlniiiahkandclblb": {
|
||||
"installation_mode": "force_installed",
|
||||
"override_update_url": true,
|
||||
"toolbar_pin": "force_pinned",
|
||||
"update_url": "https://clients2.google.com/service/update2/crx"
|
||||
},
|
||||
"obpoeflheeknapimliioeoefbfaakefn": {
|
||||
"installation_mode": "force_installed",
|
||||
"override_update_url": true,
|
||||
"toolbar_pin": "default_unpinned",
|
||||
"update_url": "https://clients2.google.com/service/update2/crx"
|
||||
},
|
||||
"odfafepnkmbhccpbejgmiehpchacaeak": {
|
||||
"blocked_install_message": "uBlock Origin pitäisi olla jo asennettu Chrome-kaupasta.",
|
||||
"installation_mode": "blocked"
|
||||
},
|
||||
"pkehgijcmpdhfbdbbnkijodmdjhbjlgp": {
|
||||
"installation_mode": "force_installed",
|
||||
"override_update_url": true,
|
||||
"toolbar_pin": "force_pinned",
|
||||
"update_url": "https://clients2.google.com/service/update2/crx"
|
||||
}
|
||||
},
|
||||
"PasswordManagerEnabled": false
|
||||
"3rdparty": {
|
||||
"extensions": {
|
||||
"bkdgflcldnnnapblkhphbgpggdiikppg": {
|
||||
"hasSeenPostInstall": true
|
||||
},
|
||||
"caoacbimdbbljakfhgikoodekdnlcgpk": {
|
||||
"hasSeenPostInstall": true
|
||||
},
|
||||
"cjpalhdlnbpafiamejdnhcphjbkeiagm": {
|
||||
"toAdd": {
|
||||
"trustedSiteDirectives": [
|
||||
"chrome-extension-scheme",
|
||||
"challenges.cloudflare.com",
|
||||
"ecosia.org",
|
||||
"firefox.com",
|
||||
"mozilla.net",
|
||||
"mozilla.org",
|
||||
"moz-extension-scheme",
|
||||
"research.cloudflare.com"
|
||||
]
|
||||
},
|
||||
"toOverwrite": {
|
||||
"filterLists": [
|
||||
"user-filters",
|
||||
"ublock-badware",
|
||||
"ublock-abuse",
|
||||
"ublock-unbreak",
|
||||
"urlhaus-1",
|
||||
"https://www.eff.org/files/effdntlist.txt",
|
||||
"https://gitea.blesmrt.net/mikaela/gist/raw/branch/master/DNS/blocklist.txt",
|
||||
"https://raw.githubusercontent.com/DandelionSprout/adfilt/master/LegitimateURLShortener.txt",
|
||||
"https://raw.githubusercontent.com/jjjxu/NSO_Pegasus_Blocklist/master/Pegasus-Hosts-Formatted.txt",
|
||||
"https://dl.red.flag.domains/adguard/red.flag.domains.txt",
|
||||
"https://raw.githubusercontent.com/olbat/ut1-blacklists/master/blacklists/malware/domains",
|
||||
"https://big.oisd.nl",
|
||||
"curben-phishing",
|
||||
"ublock-filters",
|
||||
"easylist",
|
||||
"ublock-quick-fixes",
|
||||
"ublock-privacy",
|
||||
"easyprivacy",
|
||||
"FIN-0",
|
||||
"fanboy-cookiemonster",
|
||||
"ublock-cookies-easylist",
|
||||
"adguard-cookies",
|
||||
"ublock-cookies-adguard",
|
||||
"ublock-quick-fixes",
|
||||
"ublock-annoyances",
|
||||
"adguard-popup-overlays"
|
||||
]
|
||||
}
|
||||
},
|
||||
"ddkjiahejlhfcafbddmgiahcphecmpfh": {
|
||||
"disableFirstRunPage": true,
|
||||
"noFiltering": [
|
||||
"ecosia.org",
|
||||
"cloudflare.com"
|
||||
]
|
||||
},
|
||||
"mlojlfildnehdpnlmpkeiiglhhkofhpb": {
|
||||
"toAdd": {
|
||||
"trustedSiteDirectives": [
|
||||
""
|
||||
]
|
||||
},
|
||||
"toOverwrite": {
|
||||
"filterLists": [
|
||||
"easylist",
|
||||
"adnauseam-filters",
|
||||
"eff-dnt-whitelist"
|
||||
]
|
||||
}
|
||||
},
|
||||
"nngceckbapebfimnlniiiahkandclblb": {
|
||||
"environment": {
|
||||
"base": "https://vault.bitwarden.eu",
|
||||
"notifications": "https://notifications.bitwarden.eu"
|
||||
}
|
||||
},
|
||||
"pkehgijcmpdhfbdbbnkijodmdjhbjlgp": {
|
||||
"checkForDNTPolicy": true,
|
||||
"disabledSites": [
|
||||
"challenges.cloudflare.com",
|
||||
"*.challenges.cloudflare.com",
|
||||
"chrome-extension-scheme",
|
||||
"ecosia.org",
|
||||
"*.ecosia.org",
|
||||
"keyoxide.org",
|
||||
"moz-extension-scheme",
|
||||
"research.cloudflare.com",
|
||||
"*.research.cloudflare.com"
|
||||
],
|
||||
"learnInIncognito": true,
|
||||
"learnLocally": true,
|
||||
"sendDNTSignal": true,
|
||||
"showCounter": true,
|
||||
"showIntroPage": false,
|
||||
"socialWidgetReplacementEnabled": true
|
||||
}
|
||||
}
|
||||
},
|
||||
"ExtensionManifestV2Availability": 2,
|
||||
"ExtensionManifestV2Availability_comment": "0 for default, 1 for disable, 2 for enable, 3 for those extensions specified here.",
|
||||
"ExtensionSettings": {
|
||||
"ajhmfdgkijocedmfjonnpjfojldioehi": {
|
||||
"installation_mode": "force_installed",
|
||||
"override_update_url": true,
|
||||
"toolbar_pin": "default_unpinned",
|
||||
"update_url": "https://clients2.google.com/service/update2/crx"
|
||||
},
|
||||
"cbimgpnbgalffiohilfglgkkhpegpjlo": {
|
||||
"installation_mode": "normal_installed",
|
||||
"override_update_url": true,
|
||||
"toolbar_pin": "force_pinned",
|
||||
"update_url": "https://clients2.google.com/service/update2/crx"
|
||||
},
|
||||
"cimiefiiaegbelhefglklhhakcgmhkai": {
|
||||
"installation_mode": "force_installed",
|
||||
"override_update_url": true,
|
||||
"toolbar_pin": "default_unpinned",
|
||||
"update_url": "https://clients2.google.com/service/update2/crx"
|
||||
},
|
||||
"cjpalhdlnbpafiamejdnhcphjbkeiagm": {
|
||||
"installation_mode": "force_installed",
|
||||
"override_update_url": true,
|
||||
"toolbar_pin": "force_pinned",
|
||||
"update_url": "https://clients2.google.com/service/update2/crx"
|
||||
},
|
||||
"ddkjiahejlhfcafbddmgiahcphecmpfh": {
|
||||
"installation_mode": "normal_installed",
|
||||
"override_update_url": true,
|
||||
"toolbar_pin": "force_pinned",
|
||||
"update_url": "https://clients2.google.com/service/update2/crx"
|
||||
},
|
||||
"fllaojicojecljbmefodhfapmkghcbnh": {
|
||||
"installation_mode": "force_installed",
|
||||
"override_update_url": true,
|
||||
"toolbar_pin": "default_unpinned",
|
||||
"update_url": "https://clients2.google.com/service/update2/crx"
|
||||
},
|
||||
"gbiekjoijknlhijdjbaadobpkdhmoebb": {
|
||||
"installation_mode": "force_installed",
|
||||
"override_update_url": true,
|
||||
"toolbar_pin": "default_unpinned",
|
||||
"update_url": "https://clients2.google.com/service/update2/crx"
|
||||
},
|
||||
"gecgipfabdickgidpmbicneamekgbaej": {
|
||||
"blocked_install_message": "Harhaanjohtava, ei koske PWA vaan vanhentuneita Chrome-sovelluksia.",
|
||||
"installation_mode": "blocked",
|
||||
"override_update_url": true,
|
||||
"toolbar_pin": "force_pinned",
|
||||
"update_url": "https://clients2.google.com/service/update2/crx"
|
||||
},
|
||||
"gphhapmejobijbbhgpjhcjognlahblep": {
|
||||
"blocked_install_message": "Tämä on KDE-talous, jossa kukaan ei tietääkseni käytä GNOMEa. Tämä lisäosa KDEn vastaavasta poiketen on riippuvainen GNOMEsta.",
|
||||
"installation_mode": "blocked"
|
||||
},
|
||||
"hojggiaghnldpcknpbciehjcaoafceil": {
|
||||
"installation_mode": "normal_installed",
|
||||
"override_update_url": true,
|
||||
"toolbar_pin": "default_unpinned",
|
||||
"update_url": "https://clients2.google.com/service/update2/crx"
|
||||
},
|
||||
"mafpmfcccpbjnhfhjnllmmalhifmlcie": {
|
||||
"installation_mode": "normal_installed",
|
||||
"override_update_url": true,
|
||||
"toolbar_pin": "default_unpinned",
|
||||
"update_url": "https://clients2.google.com/service/update2/crx"
|
||||
},
|
||||
"mlojlfildnehdpnlmpkeiiglhhkofhpb": {
|
||||
"blocked_install_message": "AdNauseam on protestityökalu, kun taas Aminda yrittää olla sysadmin.",
|
||||
"installation_mode": "blocked",
|
||||
"override_update_url": true,
|
||||
"toolbar_pin": "force_pinned",
|
||||
"update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
|
||||
},
|
||||
"nngceckbapebfimnlniiiahkandclblb": {
|
||||
"installation_mode": "force_installed",
|
||||
"override_update_url": true,
|
||||
"toolbar_pin": "force_pinned",
|
||||
"update_url": "https://clients2.google.com/service/update2/crx"
|
||||
},
|
||||
"obpoeflheeknapimliioeoefbfaakefn": {
|
||||
"installation_mode": "force_installed",
|
||||
"override_update_url": true,
|
||||
"toolbar_pin": "default_unpinned",
|
||||
"update_url": "https://clients2.google.com/service/update2/crx"
|
||||
},
|
||||
"odfafepnkmbhccpbejgmiehpchacaeak": {
|
||||
"blocked_install_message": "uBlock Origin pitäisi olla jo asennettu Chrome-kaupasta.",
|
||||
"installation_mode": "blocked"
|
||||
},
|
||||
"pkehgijcmpdhfbdbbnkijodmdjhbjlgp": {
|
||||
"installation_mode": "force_installed",
|
||||
"override_update_url": true,
|
||||
"toolbar_pin": "force_pinned",
|
||||
"update_url": "https://clients2.google.com/service/update2/crx"
|
||||
}
|
||||
},
|
||||
"PasswordManagerEnabled": false
|
||||
}
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"BraveShieldsDisabledForUrls": [
|
||||
"https://www.ecosia.org"
|
||||
],
|
||||
"BraveShieldsDisabledForUrls_comment": "Managing tracking protection is left for the user unless there is a heavy reason to do otherwise."
|
||||
"BraveShieldsDisabledForUrls": [
|
||||
"https://www.ecosia.org"
|
||||
],
|
||||
"BraveShieldsDisabledForUrls_comment": "Managing tracking protection is left for the user unless there is a heavy reason to do otherwise."
|
||||
}
|
||||
|
@ -1,3 +1,3 @@
|
||||
{
|
||||
"IPFSEnabled": false
|
||||
"IPFSEnabled": false
|
||||
}
|
||||
|
@ -1,4 +1,4 @@
|
||||
{
|
||||
"BraveRewardsDisabled": true,
|
||||
"BraveWalletDisabled": true
|
||||
"BraveRewardsDisabled": true,
|
||||
"BraveWalletDisabled": true
|
||||
}
|
||||
|
@ -1,3 +1,3 @@
|
||||
{
|
||||
"TorDisabled": true
|
||||
"TorDisabled": true
|
||||
}
|
||||
|
@ -1,3 +1,3 @@
|
||||
{
|
||||
"BraveVPNDisabled": true
|
||||
"BraveVPNDisabled": true
|
||||
}
|
||||
|
@ -1,4 +1,4 @@
|
||||
{
|
||||
"DownloadRestrictions": 4,
|
||||
"PromptForDownloadLocation": true
|
||||
"DownloadRestrictions": 4,
|
||||
"PromptForDownloadLocation": true
|
||||
}
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"PrivacySandboxAdMeasurementEnabled": false,
|
||||
"PrivacySandboxAdTopicsEnabled": false,
|
||||
"PrivacySandboxPromptEnabled": false,
|
||||
"PrivacySandboxSiteEnabledAdsEnabled": false
|
||||
"PrivacySandboxAdMeasurementEnabled": false,
|
||||
"PrivacySandboxAdTopicsEnabled": false,
|
||||
"PrivacySandboxPromptEnabled": false,
|
||||
"PrivacySandboxSiteEnabledAdsEnabled": false
|
||||
}
|
||||
|
@ -1,4 +1,4 @@
|
||||
{
|
||||
"DnsOverHttpsMode": "automatic",
|
||||
"DnsOverHttpsTemplates": "https://family.adguard-dns.com/dns-query?dns"
|
||||
"DnsOverHttpsMode": "automatic",
|
||||
"DnsOverHttpsTemplates": "https://family.adguard-dns.com/dns-query?dns"
|
||||
}
|
||||
|
@ -1,4 +1,4 @@
|
||||
{
|
||||
"DnsOverHttpsMode": "automatic",
|
||||
"DnsOverHttpsTemplates": "https://unfiltered.adguard-dns.com/dns-query?dns"
|
||||
"DnsOverHttpsMode": "automatic",
|
||||
"DnsOverHttpsTemplates": "https://unfiltered.adguard-dns.com/dns-query?dns"
|
||||
}
|
||||
|
@ -1,4 +1,4 @@
|
||||
{
|
||||
"DnsOverHttpsMode": "secure",
|
||||
"DnsOverHttpsTemplates": "https://dns.adguard-dns.com/dns-query?dns"
|
||||
"DnsOverHttpsMode": "secure",
|
||||
"DnsOverHttpsTemplates": "https://dns.adguard-dns.com/dns-query?dns"
|
||||
}
|
||||
|
@ -1,4 +1,4 @@
|
||||
{
|
||||
"DnsOverHttpsMode": "automatic",
|
||||
"DnsOverHttpsTemplates": "https://security.cloudflare-dns.com/dns-query?dns"
|
||||
"DnsOverHttpsMode": "automatic",
|
||||
"DnsOverHttpsTemplates": "https://security.cloudflare-dns.com/dns-query?dns"
|
||||
}
|
||||
|
@ -1,3 +1,3 @@
|
||||
{
|
||||
"DnsOverHttpsMode": "off"
|
||||
"DnsOverHttpsMode": "off"
|
||||
}
|
||||
|
@ -1,4 +1,4 @@
|
||||
{
|
||||
"DnsOverHttpsMode": "automatic",
|
||||
"DnsOverHttpsTemplates": "https://kids.dns0.eu/?dns"
|
||||
"DnsOverHttpsMode": "automatic",
|
||||
"DnsOverHttpsTemplates": "https://kids.dns0.eu/?dns"
|
||||
}
|
||||
|
@ -1,4 +1,4 @@
|
||||
{
|
||||
"DnsOverHttpsMode": "automatic",
|
||||
"DnsOverHttpsTemplates": "https://open.dns0.eu/?dns"
|
||||
"DnsOverHttpsMode": "automatic",
|
||||
"DnsOverHttpsTemplates": "https://open.dns0.eu/?dns"
|
||||
}
|
||||
|
@ -1,4 +1,4 @@
|
||||
{
|
||||
"DnsOverHttpsMode": "automatic",
|
||||
"DnsOverHttpsTemplates": "https://zero.dns0.eu/"
|
||||
"DnsOverHttpsMode": "automatic",
|
||||
"DnsOverHttpsTemplates": "https://zero.dns0.eu/"
|
||||
}
|
||||
|
@ -1,4 +1,4 @@
|
||||
{
|
||||
"DnsOverHttpsMode": "automatic",
|
||||
"DnsOverHttpsTemplates": "https://dns0.eu/?dns"
|
||||
"DnsOverHttpsMode": "automatic",
|
||||
"DnsOverHttpsTemplates": "https://dns0.eu/?dns"
|
||||
}
|
||||
|
@ -1,4 +1,4 @@
|
||||
{
|
||||
"DnsOverHttpsMode": "automatic",
|
||||
"DnsOverHttpsTemplates": "https://dns.google/dns-query?dns"
|
||||
"DnsOverHttpsMode": "automatic",
|
||||
"DnsOverHttpsTemplates": "https://dns.google/dns-query?dns"
|
||||
}
|
||||
|
@ -1,4 +1,4 @@
|
||||
{
|
||||
"DnsOverHttpsMode": "automatic",
|
||||
"DnsOverHttpsTemplates": "https://dns64.dns.google/dns-query?dns"
|
||||
"DnsOverHttpsMode": "automatic",
|
||||
"DnsOverHttpsTemplates": "https://dns64.dns.google/dns-query?dns"
|
||||
}
|
||||
|
@ -1,4 +1,4 @@
|
||||
{
|
||||
"DnsOverHttpsMode": "secure",
|
||||
"DnsOverHttpsTemplates": "https://base.dns.mullvad.net/dns-query?dns"
|
||||
"DnsOverHttpsMode": "secure",
|
||||
"DnsOverHttpsTemplates": "https://base.dns.mullvad.net/dns-query?dns"
|
||||
}
|
||||
|
@ -1,4 +1,4 @@
|
||||
{
|
||||
"DnsOverHttpsMode": "automatic",
|
||||
"DnsOverHttpsTemplates": "https://unfiltered.adguard-dns.com/dns-query?dns https://open.dns0.eu/?dns"
|
||||
"DnsOverHttpsMode": "automatic",
|
||||
"DnsOverHttpsTemplates": "https://unfiltered.adguard-dns.com/dns-query?dns https://open.dns0.eu/?dns"
|
||||
}
|
||||
|
@ -1,4 +1,4 @@
|
||||
{
|
||||
"DnsOverHttpsMode": "automatic",
|
||||
"DnsOverHttpsTemplates": "https://dns11.quad9.net/dns-query?dns https://dns11.quad9.net:5053/dns-query?dns"
|
||||
"DnsOverHttpsMode": "automatic",
|
||||
"DnsOverHttpsTemplates": "https://dns11.quad9.net/dns-query?dns https://dns11.quad9.net:5053/dns-query?dns"
|
||||
}
|
||||
|
@ -1,4 +1,4 @@
|
||||
{
|
||||
"DnsOverHttpsMode": "automatic",
|
||||
"DnsOverHttpsTemplates": "https://dns.quad9.net/dns-query?dns https://dns.quad9.net:5053/dns-query?dns"
|
||||
"DnsOverHttpsMode": "automatic",
|
||||
"DnsOverHttpsTemplates": "https://dns.quad9.net/dns-query?dns https://dns.quad9.net:5053/dns-query?dns"
|
||||
}
|
||||
|
@ -1,3 +1,3 @@
|
||||
{
|
||||
"DnsOverHttpsMode": "automatic"
|
||||
"DnsOverHttpsMode": "automatic"
|
||||
}
|
||||
|
@ -1,3 +1,3 @@
|
||||
{
|
||||
"ShowAppsShortcutInFavoritesbar": true
|
||||
"ShowAppsShortcutInFavoritesbar": true
|
||||
}
|
||||
|
@ -1,3 +1,3 @@
|
||||
{
|
||||
"NewTabPageAppLauncherEnabled": true
|
||||
"NewTabPageAppLauncherEnabled": true
|
||||
}
|
||||
|
@ -1,3 +1,3 @@
|
||||
{
|
||||
"WebCaptureEnabled": true
|
||||
"WebCaptureEnabled": true
|
||||
}
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"AccessCodeCastDeviceDuration": 86400,
|
||||
"AccessCodeCastEnabled": true,
|
||||
"EnableMediaRouter": true,
|
||||
"ShowCastIconInToolbar": true,
|
||||
"ShowCastSessionsStartedByOtherDevices": true
|
||||
"AccessCodeCastDeviceDuration": 86400,
|
||||
"AccessCodeCastEnabled": true,
|
||||
"EnableMediaRouter": true,
|
||||
"ShowCastIconInToolbar": true,
|
||||
"ShowCastSessionsStartedByOtherDevices": true
|
||||
}
|
||||
|
@ -1,3 +1,3 @@
|
||||
{
|
||||
"BrowserLabsEnabled": true
|
||||
"BrowserLabsEnabled": true
|
||||
}
|
||||
|
@ -1,3 +1,3 @@
|
||||
{
|
||||
"PasswordLeakDetectionEnabled": true
|
||||
"PasswordLeakDetectionEnabled": true
|
||||
}
|
||||
|
@ -1,3 +1,3 @@
|
||||
{
|
||||
"HighEfficiencyModeEnabled": true
|
||||
"HighEfficiencyModeEnabled": true
|
||||
}
|
||||
|
@ -1,9 +1,9 @@
|
||||
{
|
||||
"ForcedLanguages": [
|
||||
"en-FI",
|
||||
"en-US",
|
||||
"en",
|
||||
"ru-RU",
|
||||
"ru"
|
||||
]
|
||||
"ForcedLanguages": [
|
||||
"en-FI",
|
||||
"en-US",
|
||||
"en",
|
||||
"ru-RU",
|
||||
"ru"
|
||||
]
|
||||
}
|
||||
|
@ -1,11 +1,11 @@
|
||||
{
|
||||
"ForcedLanguages": [
|
||||
"fi-FI",
|
||||
"fi",
|
||||
"en-FI",
|
||||
"en-US",
|
||||
"en",
|
||||
"ru-RU",
|
||||
"ru"
|
||||
]
|
||||
"ForcedLanguages": [
|
||||
"fi-FI",
|
||||
"fi",
|
||||
"en-FI",
|
||||
"en-US",
|
||||
"en",
|
||||
"ru-RU",
|
||||
"ru"
|
||||
]
|
||||
}
|
||||
|
@ -1,3 +1,3 @@
|
||||
{
|
||||
"NewTabPageSearchBox": "redirect"
|
||||
"NewTabPageSearchBox": "redirect"
|
||||
}
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"CreateThemesSettings": 1,
|
||||
"GenAILocalFoundationalModelSettings": 0,
|
||||
"HelpMeWriteSettings": 1,
|
||||
"TabOrganizerSettings": 1
|
||||
"CreateThemesSettings": 1,
|
||||
"GenAILocalFoundationalModelSettings": 0,
|
||||
"HelpMeWriteSettings": 1,
|
||||
"TabOrganizerSettings": 1
|
||||
}
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"EnableOnlineRevocationChecks": true,
|
||||
"EncryptedClientHelloEnabled": true,
|
||||
"HttpsOnlyMode": "force_enabled",
|
||||
"HttpsUpgradesEnabled": true
|
||||
"EnableOnlineRevocationChecks": true,
|
||||
"EncryptedClientHelloEnabled": true,
|
||||
"HttpsOnlyMode": "force_enabled",
|
||||
"HttpsUpgradesEnabled": true
|
||||
}
|
||||
|
@ -1,3 +1,3 @@
|
||||
{
|
||||
"NetworkPredictionOptions": 0
|
||||
"NetworkPredictionOptions": 0
|
||||
}
|
||||
|
@ -1,3 +1,3 @@
|
||||
{
|
||||
"ProfilePickerOnStartupAvailability": 2
|
||||
"ProfilePickerOnStartupAvailability": 2
|
||||
}
|
||||
|
@ -1,9 +1,9 @@
|
||||
{
|
||||
"DefaultSearchProviderEnabled": true,
|
||||
"DefaultSearchProviderImageURL": "https://cdn.search.brave.com/serp/v2/_app/immutable/assets/favicon.acxxetWH.ico",
|
||||
"DefaultSearchProviderKeyword": "b",
|
||||
"DefaultSearchProviderName": "Brave",
|
||||
"DefaultSearchProviderNewTabURL": "",
|
||||
"DefaultSearchProviderSearchURL": "https://search.brave.com/search?q={searchTerms}",
|
||||
"DefaultSearchProviderSuggestURL": "https://search.brave.com/api/suggest?q={searchTerms}"
|
||||
"DefaultSearchProviderEnabled": true,
|
||||
"DefaultSearchProviderImageURL": "https://cdn.search.brave.com/serp/v2/_app/immutable/assets/favicon.acxxetWH.ico",
|
||||
"DefaultSearchProviderKeyword": "b",
|
||||
"DefaultSearchProviderName": "Brave",
|
||||
"DefaultSearchProviderNewTabURL": "",
|
||||
"DefaultSearchProviderSearchURL": "https://search.brave.com/search?q={searchTerms}",
|
||||
"DefaultSearchProviderSuggestURL": "https://search.brave.com/api/suggest?q={searchTerms}"
|
||||
}
|
||||
|
@ -1,3 +1,3 @@
|
||||
{
|
||||
"DefaultBrowserSettingEnabled": false
|
||||
"DefaultBrowserSettingEnabled": false
|
||||
}
|
||||
|
@ -1,3 +1,3 @@
|
||||
{
|
||||
"PasswordManagerEnabled": false
|
||||
"PasswordManagerEnabled": false
|
||||
}
|
||||
|
@ -1,10 +1,10 @@
|
||||
{
|
||||
"DefaultSearchProviderEnabled": true,
|
||||
"DefaultSearchProviderImageURL": "https://start.duckduckgo.com/static-assets/favicons/DDG-icon_256x256.png",
|
||||
"DefaultSearchProviderKeyword": "d",
|
||||
"DefaultSearchProviderName": "DuckDuckGo",
|
||||
"DefaultSearchProviderNewTabURL": "https://start.duckduckgo.com/chrome_newtab?addon=newext",
|
||||
"DefaultSearchProviderSearchURL": "https://start.duckduckgo.com/?q={searchTerms}&addon=newext",
|
||||
"DefaultSearchProviderSuggestURL": "https://start.duckduckgo.com/ac/?q={searchTerms}&type=list",
|
||||
"NewTabPageLocation": "https://start.duckduckgo.com/chrome_newtab?addon=newext"
|
||||
"DefaultSearchProviderEnabled": true,
|
||||
"DefaultSearchProviderImageURL": "https://start.duckduckgo.com/static-assets/favicons/DDG-icon_256x256.png",
|
||||
"DefaultSearchProviderKeyword": "d",
|
||||
"DefaultSearchProviderName": "DuckDuckGo",
|
||||
"DefaultSearchProviderNewTabURL": "https://start.duckduckgo.com/chrome_newtab?addon=newext",
|
||||
"DefaultSearchProviderSearchURL": "https://start.duckduckgo.com/?q={searchTerms}&addon=newext",
|
||||
"DefaultSearchProviderSuggestURL": "https://start.duckduckgo.com/ac/?q={searchTerms}&type=list",
|
||||
"NewTabPageLocation": "https://start.duckduckgo.com/chrome_newtab?addon=newext"
|
||||
}
|
||||
|
@ -1,10 +1,10 @@
|
||||
{
|
||||
"DefaultSearchProviderEnabled": true,
|
||||
"DefaultSearchProviderImageURL": "https://cdn-static.ecosia.org/static/icons/favicon.ico",
|
||||
"DefaultSearchProviderKeyword": "e",
|
||||
"DefaultSearchProviderName": "Ecosia",
|
||||
"DefaultSearchProviderNewTabURL": "https://www.ecosia.org/newtab/?addon=chromegpo",
|
||||
"DefaultSearchProviderSearchURL": "https://www.ecosia.org/search?q={searchTerms}&addon=chromegpo",
|
||||
"DefaultSearchProviderSuggestURL": "https://ac.ecosia.org/autocomplete?q={searchTerms}",
|
||||
"NewTabPageLocation": "https://www.ecosia.org/newtab/?addon=chromegpo"
|
||||
"DefaultSearchProviderEnabled": true,
|
||||
"DefaultSearchProviderImageURL": "https://cdn-static.ecosia.org/static/icons/favicon.ico",
|
||||
"DefaultSearchProviderKeyword": "e",
|
||||
"DefaultSearchProviderName": "Ecosia",
|
||||
"DefaultSearchProviderNewTabURL": "https://www.ecosia.org/newtab/?addon=chromegpo",
|
||||
"DefaultSearchProviderSearchURL": "https://www.ecosia.org/search?q={searchTerms}&addon=chromegpo",
|
||||
"DefaultSearchProviderSuggestURL": "https://ac.ecosia.org/autocomplete?q={searchTerms}",
|
||||
"NewTabPageLocation": "https://www.ecosia.org/newtab/?addon=chromegpo"
|
||||
}
|
||||
|
@ -1,5 +1,5 @@
|
||||
{
|
||||
"AbusiveExperienceInterventionEnforce": true,
|
||||
"SafeBrowsingProtectionLevel": 1,
|
||||
"SafeBrowsingProxiedRealTimeChecksAllowed": true
|
||||
"AbusiveExperienceInterventionEnforce": true,
|
||||
"SafeBrowsingProtectionLevel": 1,
|
||||
"SafeBrowsingProxiedRealTimeChecksAllowed": true
|
||||
}
|
||||
|
@ -1,3 +1,3 @@
|
||||
{
|
||||
"ShowHomeButton": true
|
||||
"ShowHomeButton": true
|
||||
}
|
||||
|
@ -1,3 +1,3 @@
|
||||
{
|
||||
"BookmarkBarEnabled": false
|
||||
"BookmarkBarEnabled": false
|
||||
}
|
||||
|
@ -1,3 +1,3 @@
|
||||
{
|
||||
"RestoreOnStartup": 1
|
||||
"RestoreOnStartup": 1
|
||||
}
|
||||
|
10
package.json
vendored
10
package.json
vendored
@ -1,7 +1,7 @@
|
||||
{
|
||||
"devDependencies": {
|
||||
"@aminda/global-prettier-config": "2024.28.4"
|
||||
},
|
||||
"packageManager": "pnpm@9.6.0+sha512.38dc6fba8dba35b39340b9700112c2fe1e12f10b17134715a4aa98ccf7bb035e76fd981cf0bb384dfa98f8d6af5481c2bef2f4266a24bfa20c34eb7147ce0b5e",
|
||||
"prettier": "@aminda/global-prettier-config"
|
||||
"devDependencies": {
|
||||
"@aminda/global-prettier-config": "2024.28.4"
|
||||
},
|
||||
"packageManager": "pnpm@9.6.0+sha512.38dc6fba8dba35b39340b9700112c2fe1e12f10b17134715a4aa98ccf7bb035e76fd981cf0bb384dfa98f8d6af5481c2bef2f4266a24bfa20c34eb7147ce0b5e",
|
||||
"prettier": "@aminda/global-prettier-config"
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user