Skip to content

Commit

Permalink
fix: updated manifest
Browse files Browse the repository at this point in the history
  • Loading branch information
favna committed Oct 26, 2023
1 parent 1b91043 commit a29e2ea
Show file tree
Hide file tree
Showing 8 changed files with 66 additions and 24 deletions.
File renamed without changes
Binary file removed static/icons/maskable_icon.png
Binary file not shown.
File renamed without changes
File renamed without changes
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
90 changes: 66 additions & 24 deletions static/manifest.webmanifest
Original file line number Diff line number Diff line change
@@ -1,23 +1,22 @@
{
"$schema": "http://json.schemastore.org/web-manifest",
"name": "Sapphire Website",
"short_name": "Sapphire",
"start_url": "/",
"display": "minimal-ui",
"background_color": "#131516",
"lang": "en",
"scope": "/",
"categories": ["discord", "bot", "framework", "documentation", "guide", "sapphire"],
"description": "Sapphire is a next-gen Discord bot framework for developers of all skill levels to make the best JavaScript/TypeScript based bots possible.",
"dir": "auto",
"display": "minimal-ui",
"lang": "en_US",
"name": "Sapphire Website",
"orientation": "portrait-primary",
"scope": "/",
"short_name": "Sapphire",
"start_url": "/",
"dir": "ltr",
"theme_color": "#23529B",
"icons": [
{
"src": "https://www.sapphirejs.dev/icons/android-chrome-36x36.png",
"sizes": "36x36",
"type": "image/png",
"purpose": "any badge"
"type": "image/png"
},
{
"src": "https://www.sapphirejs.dev/icons/android-chrome-48x48.png",
Expand Down Expand Up @@ -58,12 +57,6 @@
"src": "https://www.sapphirejs.dev/icons/android-chrome-512x512.png",
"sizes": "512x512",
"type": "image/png"
},
{
"src": "https://www.sapphirejs.dev/icons/maskable_icon.png",
"sizes": "512x512",
"type": "image/png",
"purpose": "any maskable"
}
],
"shortcuts": [
Expand All @@ -73,10 +66,50 @@
"description": "Go to Sapphire's website",
"url": "/",
"icons": [
{
"src": "https://www.sapphirejs.dev/icons/android-chrome-36x36.png",
"sizes": "36x36",
"type": "image/png"
},
{
"src": "https://www.sapphirejs.dev/icons/android-chrome-48x48.png",
"sizes": "48x48",
"type": "image/png"
},
{
"src": "https://www.sapphirejs.dev/icons/android-chrome-72x72.png",
"sizes": "72x72",
"type": "image/png"
},
{
"src": "https://www.sapphirejs.dev/icons/android-chrome-96x96.png",
"sizes": "96x96",
"type": "image/png"
},
{
"src": "https://www.sapphirejs.dev/icons/android-chrome-144x144.png",
"sizes": "144x144",
"type": "image/png"
},
{
"src": "https://www.sapphirejs.dev/icons/android-chrome-192x192.png",
"sizes": "192x192",
"type": "image/png"
},
{
"src": "https://www.sapphirejs.dev/icons/android-chrome-256x256.png",
"sizes": "256x256",
"type": "image/png"
},
{
"src": "https://www.sapphirejs.dev/icons/android-chrome-384x384.png",
"sizes": "384x384",
"type": "image/png"
},
{
"src": "https://www.sapphirejs.dev/icons/android-chrome-512x512.png",
"sizes": "512x512",
"type": "image/png"
}
]
}
Expand All @@ -89,8 +122,7 @@
{
"src": "https://www.sapphirejs.dev/icons/android-chrome-36x36.png",
"sizes": "36x36",
"type": "image/png",
"purpose": "any badge"
"type": "image/png"
},
{
"src": "https://www.sapphirejs.dev/icons/android-chrome-48x48.png",
Expand Down Expand Up @@ -131,13 +163,23 @@
"src": "https://www.sapphirejs.dev/icons/android-chrome-512x512.png",
"sizes": "512x512",
"type": "image/png"
},
{
"src": "https://www.sapphirejs.dev/icons/maskable_icon.png",
"sizes": "640x640",
"type": "image/png",
"purpose": "any maskable"
}
]
}
},
"screenshots": [
{
"src": "https://www.sapphirejs.dev/icons/pwa-richinstall-screenshot-desktop.png",
"sizes": "1200x710",
"type": "image/png",
"form_factor": "wide",
"label": "Sapphire Webhooks Dashboard"
},
{
"src": "https://www.sapphirejs.dev/icons/pwa-richinstall-screenshot-mobile.png",
"sizes": "480x640",
"type": "image/png",
"form_factor": "narrow",
"label": "Sapphire Webhooks Dashboard"
}
]
}

1 comment on commit a29e2ea

@vercel
Copy link

@vercel vercel bot commented on a29e2ea Oct 26, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.