A new script for HTML minification has been added, which is run after the build process. Several dependencies were updated, including the Astro framework and its related plugins. The 'astro-critters' package and its usage in the Astro configuration were removed. A minor animation timing change was also made in the [...slug].astro file.
35 lines
No EOL
767 B
JSON
35 lines
No EOL
767 B
JSON
{
|
|
"short_name": "ScrewFast",
|
|
"name": "ScrewFast",
|
|
"icons": [
|
|
{
|
|
"src": "/icon-192.png",
|
|
"sizes": "192x192",
|
|
"type": "image/png",
|
|
"purpose": "any"
|
|
},
|
|
{
|
|
"src": "/icon-512.png",
|
|
"sizes": "512x512",
|
|
"type": "image/png",
|
|
"purpose": "any"
|
|
},
|
|
{
|
|
"src": "/maskable_icon_x512.png",
|
|
"sizes": "512x512",
|
|
"type": "image/png",
|
|
"purpose": "maskable"
|
|
},
|
|
{
|
|
"src": "/maskable_icon.png",
|
|
"sizes": "1000x1000",
|
|
"type": "image/png",
|
|
"purpose": "maskable"
|
|
}
|
|
],
|
|
"display": "minimal-ui",
|
|
"id": "/",
|
|
"start_url": "/",
|
|
"theme_color": "#FFEDD5",
|
|
"background_color": "#262626"
|
|
} |