all repos — well-binge @ 534e397c0e1c59345f80638baeb559dca6c2de86

Create positive, recurring habits.

static/favicon/site.webmanifest (view raw)

 1{
 2  "name": "WellBinge",
 3  "short_name": "WellBinge",
 4  "start_url": "/habits",
 5  "icons": [
 6    {
 7      "src": "/static/favicon/web-app-manifest-192x192.png",
 8      "sizes": "192x192",
 9      "type": "image/png",
10      "purpose": "maskable"
11    },
12    {
13      "src": "/static/favicon/web-app-manifest-512x512.png",
14      "sizes": "512x512",
15      "type": "image/png",
16      "purpose": "any maskable"
17    }
18  ],
19  "theme_color": "#ffffff",
20  "background_color": "#ffffff",
21  "display": "standalone"
22}