ncounter.git

git clone https://git.crispbyte.dev/ncounter.git

ncounter.git / src / icon
CheddarCrisp  ·  2020-03-07

site.webmanifest

 1{
 2    "name": "NCounter",
 3    "short_name": "NCounter",
 4    "description": "Counter app",
 5    "icons": [
 6        {
 7            "src": "android-chrome-192x192.png",
 8            "sizes": "192x192",
 9            "type": "image/png"
10        },
11        {
12            "src": "android-chrome-512x512.png",
13            "sizes": "512x512",
14            "type": "image/png"
15        }
16    ],
17    "theme_color": "#dce6ef",
18    "background_color": "#dce6ef",
19    "start_url": "https://apps.jhollen.com/ncounter/",
20    "display": "standalone"
21}