diff --git a/src/assets/splash.json b/src/assets/splash.json new file mode 100644 index 0000000..701a77b --- /dev/null +++ b/src/assets/splash.json @@ -0,0 +1,107 @@ +[ + { + "splash": "Join to our community! https://discord.gg/qsXnhSPtAK" + }, + { + "splash": "Browse safely!" + }, + { + "splash": "Hello World!" + }, + { + "splash": "Access with ease!" + }, + { + "splash": "Stay secure online!" + }, + { + "splash": "New updates available!" + }, + { + "splash": "Surf anonymously!" + }, + { + "splash": "Unlock the web!" + }, + { + "splash": "Don't miss out!" + }, + { + "splash": "Fast and reliable!" + }, + { + "splash": "Enjoy your privacy!" + }, + { + "splash": "Let's get started!" + }, + { + "splash": "Protect your data!" + }, + { + "splash": "Freedom online!" + }, + { + "splash": "Navigate freely!" + }, + { + "splash": "Your web, your rules!" + }, + { + "splash": "Stay anonymous!" + }, + { + "splash": "Access anything!" + }, + { + "splash": "Fast and secure!" + }, + { + "splash": "Browse without limits!" + }, + { + "splash": "Private and secure!" + }, + { + "splash": "Keep your data safe!" + }, + { + "splash": "Connect globally!" + }, + { + "splash": "No boundaries!" + }, + { + "splash": "Web freedom!" + }, + { + "splash": "Stay private!" + }, + { + "splash": "Anonymous browsing!" + }, + { + "splash": "Secure access!" + }, + { + "splash": "Fast connections!" + }, + { + "splash": "Unrestricted access!" + }, + { + "splash": "Surf the web freely!" + }, + { + "splash": "Your privacy matters!" + }, + { + "splash": "Always connected!" + }, + { + "splash": "Web without limits!" + }, + { + "splash": "Explore the internet!" + } +] diff --git a/src/components/SettingsLoader.astro b/src/components/SettingsLoader.astro index 80d2c30..0c67cd4 100644 --- a/src/components/SettingsLoader.astro +++ b/src/components/SettingsLoader.astro @@ -1,7 +1,7 @@