refactor: moved queries to their own file
This commit is contained in:
parent
364bc9d0be
commit
cf6fff6fac
83 changed files with 1107 additions and 852 deletions
17
src/mainview/manifest.json
Normal file
17
src/mainview/manifest.json
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
{
|
||||
"short_name": "GF",
|
||||
"name": "Gameflow Deck",
|
||||
"start_url": "/",
|
||||
"display": "fullscreen",
|
||||
"theme_color": "#605dff",
|
||||
"background_color": "#1d232a",
|
||||
"description": "Retro Game Launcher",
|
||||
"icons": [
|
||||
{
|
||||
"src": "/256x256.png",
|
||||
"sizes": "320x320",
|
||||
"type": "image/png"
|
||||
}
|
||||
],
|
||||
"lang": "en"
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue