manifest.webmanifest (view raw)
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 |
{
"name": "EMOJESIS — a tiny universe made of symbols",
"short_name": "EMOJESIS",
"description": "Combine four primordial emojis into weather, life, civilization, and stranger things. No accounts, no tracking, no ads.",
"start_url": "./",
"scope": "./",
"display": "standalone",
"background_color": "#f2efe7",
"theme_color": "#a3501c",
"icons": [
{
"src": "favicon.svg",
"sizes": "any",
"type": "image/svg+xml",
"purpose": "any"
}
]
}
|