all repos — clicker-ts @ main

Unnamed repository; edit this file 'description' to name the repository.

public/manifest.json (view raw)

 1{
 2  "name": "Clicker Game",
 3  "short_name": "Clicker",
 4  "description": "A fun clicker game where you click, upgrade, and prestige!",
 5  "start_url": "/",
 6  "display": "standalone",
 7  "background_color": "#f0f2f5",
 8  "theme_color": "#2c3e50",
 9  "icons": [
10    {
11      "src": "/icons/icon-192x192.png",
12      "sizes": "192x192",
13      "type": "image/png",
14      "purpose": "any maskable"
15    },
16    {
17      "src": "/icons/icon-512x512.png",
18      "sizes": "512x512",
19      "type": "image/png",
20      "purpose": "any maskable"
21    }
22  ]
23}