working
This commit is contained in:
24
manifest.json
Normal file
24
manifest.json
Normal file
@@ -0,0 +1,24 @@
|
||||
{
|
||||
"name": "Nexus Timer",
|
||||
"short_name": "NexusTimer",
|
||||
"description": "Dynamic multi-player timer for games and workshops.",
|
||||
"start_url": "index.html",
|
||||
"display": "standalone",
|
||||
"background_color": "#1E1E2F",
|
||||
"theme_color": "#2A2A3E",
|
||||
"orientation": "portrait",
|
||||
"icons": [
|
||||
{
|
||||
"src": "assets/icon-192x192.png",
|
||||
"sizes": "192x192",
|
||||
"type": "image/png",
|
||||
"purpose": "any maskable"
|
||||
},
|
||||
{
|
||||
"src": "assets/icon-512x512.png",
|
||||
"sizes": "512x512",
|
||||
"type": "image/png",
|
||||
"purpose": "any maskable"
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user