Files
FixIt/exampleSite/static/site.webmanifest
T
2022-01-08 18:53:54 +08:00

28 lines
587 B
JSON

{
"name": "FixIt",
"short_name": "FixIt",
"description": "A Clean, Elegant but Advanced Hugo Theme",
"icons": [
{
"src": "/apple-touch-icon.png",
"sizes": "180x180",
"type": "image/png",
"purpose": "any maskable"
},
{
"src": "/android-chrome-192x192.png",
"sizes": "192x192",
"type": "image/png"
},
{
"src": "/android-chrome-512x512.png",
"sizes": "512x512",
"type": "image/png"
}
],
"theme_color": "#ffffff",
"background_color": "#ffffff",
"display": "standalone",
"start_url": "/"
}