feat: astro guide (#8714)

This commit is contained in:
Noel
2022-10-06 23:53:35 +02:00
committed by GitHub
parent 01d75c8b8b
commit 2628659747
74 changed files with 3740 additions and 102 deletions

View File

@@ -0,0 +1,19 @@
{
"name": "discord.js guide",
"short_name": "discord.js guide",
"icons": [
{
"src": "/android-chrome-192x192.png",
"sizes": "192x192",
"type": "image/png"
},
{
"src": "/android-chrome-384x384.png",
"sizes": "384x384",
"type": "image/png"
}
],
"theme_color": "#1a1b1e",
"background_color": "#1a1b1e",
"display": "standalone"
}