mirror of
https://github.com/hugo-fixit/FixIt.git
synced 2026-09-02 11:42:39 +00:00
28 lines
612 B
JSON
28 lines
612 B
JSON
{
|
|
"name": "FixIt Theme Documentation",
|
|
"short_name": "FixIt Docs",
|
|
"start_url": "/",
|
|
"description": "A Clean, Elegant but Advanced Hugo Theme",
|
|
"theme_color": "#ffffff",
|
|
"background_color": "#ffffff",
|
|
"display": "standalone",
|
|
"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"
|
|
}
|
|
]
|
|
}
|