thermograph/frontend/static/manifest.webmanifest
Emi Griffith d6df04eab2 Subtree-merge thermograph-frontend (origin/main) into frontend/
git-subtree-dir: frontend
git-subtree-mainline: a4be7066e5
git-subtree-split: 3a98146da4
2026-07-22 22:01:11 -07:00

17 lines
862 B
JSON

{
"name": "Thermograph — how unusual is your weather?",
"short_name": "Thermograph",
"description": "See how recent weather anywhere on Earth stacks up against ~45 years of local climate history, and get alerts when it turns unusual.",
"start_url": ".",
"scope": "./",
"display": "standalone",
"background_color": "#171b21",
"theme_color": "#f0803c",
"icons": [
{ "src": "favicon.svg?v=3", "sizes": "any", "type": "image/svg+xml" },
{ "src": "logo-192.png?v=3", "sizes": "192x192", "type": "image/png", "purpose": "any" },
{ "src": "logo.png?v=3", "sizes": "512x512", "type": "image/png", "purpose": "any" },
{ "src": "logo-maskable-192.png?v=3", "sizes": "192x192", "type": "image/png", "purpose": "maskable" },
{ "src": "logo-maskable-512.png?v=3", "sizes": "512x512", "type": "image/png", "purpose": "maskable" }
]
}