From af918fc7058a40f8492df97237cd0416bb3bccfa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sergio=20La=C3=ADn?= Date: Mon, 6 May 2024 10:21:52 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=81=20files(browser):=20move=20extensi?= =?UTF-8?q?ons=20and=20webpages=20configs=20into=20their=20respective=20fo?= =?UTF-8?q?lders?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../dark-reader.json} | 0 .../improved-youtube.json} | 0 .../libredirect.json} | 0 .../sidebery.json} | 0 .../backup.json => extensions/sponsor-block.json} | 0 .../stylus-themes.json => extensions/stylus.json} | 0 .../{surfing-keys => extensions}/surfingkeys.js | 0 .../{u-block/backup.txt => extensions/ublock.txt} | 0 .../backup.zip => extensions/violentmonkey.zip} | Bin .../carbon-config.json => webpages/carbon-now.json} | 0 .../config.json => webpages/monkey-type.json} | 0 11 files changed, 0 insertions(+), 0 deletions(-) rename .config/browser/{dark-reader/Dark-Reader-Settings.json => extensions/dark-reader.json} (100%) rename .config/browser/{improved-youtube/config.json => extensions/improved-youtube.json} (100%) rename .config/browser/{libredirect/settings-backup.json => extensions/libredirect.json} (100%) rename .config/browser/{sidebery/sidebery-backup.json => extensions/sidebery.json} (100%) rename .config/browser/{sponsor-block/backup.json => extensions/sponsor-block.json} (100%) rename .config/browser/{stylus/stylus-themes.json => extensions/stylus.json} (100%) rename .config/browser/{surfing-keys => extensions}/surfingkeys.js (100%) rename .config/browser/{u-block/backup.txt => extensions/ublock.txt} (100%) rename .config/browser/{violentmonkey/backup.zip => extensions/violentmonkey.zip} (100%) rename .config/browser/{carbon-now/carbon-config.json => webpages/carbon-now.json} (100%) rename .config/browser/{monkey-type/config.json => webpages/monkey-type.json} (100%) diff --git a/.config/browser/dark-reader/Dark-Reader-Settings.json b/.config/browser/extensions/dark-reader.json similarity index 100% rename from .config/browser/dark-reader/Dark-Reader-Settings.json rename to .config/browser/extensions/dark-reader.json diff --git a/.config/browser/improved-youtube/config.json b/.config/browser/extensions/improved-youtube.json similarity index 100% rename from .config/browser/improved-youtube/config.json rename to .config/browser/extensions/improved-youtube.json diff --git a/.config/browser/libredirect/settings-backup.json b/.config/browser/extensions/libredirect.json similarity index 100% rename from .config/browser/libredirect/settings-backup.json rename to .config/browser/extensions/libredirect.json diff --git a/.config/browser/sidebery/sidebery-backup.json b/.config/browser/extensions/sidebery.json similarity index 100% rename from .config/browser/sidebery/sidebery-backup.json rename to .config/browser/extensions/sidebery.json diff --git a/.config/browser/sponsor-block/backup.json b/.config/browser/extensions/sponsor-block.json similarity index 100% rename from .config/browser/sponsor-block/backup.json rename to .config/browser/extensions/sponsor-block.json diff --git a/.config/browser/stylus/stylus-themes.json b/.config/browser/extensions/stylus.json similarity index 100% rename from .config/browser/stylus/stylus-themes.json rename to .config/browser/extensions/stylus.json diff --git a/.config/browser/surfing-keys/surfingkeys.js b/.config/browser/extensions/surfingkeys.js similarity index 100% rename from .config/browser/surfing-keys/surfingkeys.js rename to .config/browser/extensions/surfingkeys.js diff --git a/.config/browser/u-block/backup.txt b/.config/browser/extensions/ublock.txt similarity index 100% rename from .config/browser/u-block/backup.txt rename to .config/browser/extensions/ublock.txt diff --git a/.config/browser/violentmonkey/backup.zip b/.config/browser/extensions/violentmonkey.zip similarity index 100% rename from .config/browser/violentmonkey/backup.zip rename to .config/browser/extensions/violentmonkey.zip diff --git a/.config/browser/carbon-now/carbon-config.json b/.config/browser/webpages/carbon-now.json similarity index 100% rename from .config/browser/carbon-now/carbon-config.json rename to .config/browser/webpages/carbon-now.json diff --git a/.config/browser/monkey-type/config.json b/.config/browser/webpages/monkey-type.json similarity index 100% rename from .config/browser/monkey-type/config.json rename to .config/browser/webpages/monkey-type.json