mirror of
https://github.com/Investigamer/cardconjurer.git
synced 2025-08-07 10:36:03 -05:00
Housekeeping
- Moving to HTMX integration - Improving links for local use - File structure - Hiding clutter
This commit is contained in:
12
core/site.webmanifest
Normal file
12
core/site.webmanifest
Normal file
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"name":"Card Conjurer",
|
||||
"short_name":"CC",
|
||||
"icons":[
|
||||
{"src":"/core/android-chrome-192x192.png","sizes":"192x192","type":"image/png"},
|
||||
{"src":"/core/android-chrome-512x512.png","sizes":"512x512","type":"image/png"}
|
||||
],
|
||||
"theme_color":"#080808",
|
||||
"background_color":"#080808",
|
||||
"display":"standalone",
|
||||
"start_url":"/creator/index.html"
|
||||
}
|
Reference in New Issue
Block a user