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