.github
archetypes
assets
content
data
i18n
layouts
resources
static
admin
css
fonts
js
media
misc
plugins
.htaccess
android-chrome-192x192.png
android-chrome-512x512.png
apple-touch-icon-114x114.png
apple-touch-icon-120x120.png
apple-touch-icon-144x144.png
apple-touch-icon-152x152.png
apple-touch-icon-180x180.png
apple-touch-icon-57x57.png
apple-touch-icon-60x60.png
apple-touch-icon-72x72.png
apple-touch-icon-76x76.png
apple-touch-icon.png
browserconfig.xml
favicon-16x16.png
favicon-32x32.png
favicon.ico
mstile-144x144.png
mstile-150x150.png
mstile-310x150.png
mstile-310x310.png
mstile-70x70.png
safari-pinned-tab.svg
site.webmanifest
.hugo_build.lock
config.toml
19 lines
441 B
Plaintext
19 lines
441 B
Plaintext
|
{
|
||
|
"name": "Georg-Cantor-Gymnasium",
|
||
|
"short_name": "Georg-Cantor-Gymnasium",
|
||
|
"icons": [
|
||
|
{
|
||
|
"src": "/android-chrome-192x192.png",
|
||
|
"sizes": "192x192",
|
||
|
"type": "image/png"
|
||
|
},
|
||
|
{
|
||
|
"src": "/android-chrome-512x512.png",
|
||
|
"sizes": "512x512",
|
||
|
"type": "image/png"
|
||
|
}
|
||
|
],
|
||
|
"theme_color": "#1a1a37",
|
||
|
"background_color": "#1a1a37"
|
||
|
}
|