Skip to content

Commit

Permalink
github
Browse files Browse the repository at this point in the history
  • Loading branch information
narvati committed Oct 8, 2024
1 parent cb161f8 commit de6abee
Show file tree
Hide file tree
Showing 34 changed files with 24,899 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"DockerRun.DisableAutoGenerateConfig": true
}
28 changes: 28 additions & 0 deletions public/github/appmanifest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
{
"name": "Naves_local.io",
"short_name": "Naves_local.io",
"start_url": "index.html",
"display": "fullscreen",
"orientation": "landscape",
"icons": [{
"src": "icon-16.png",
"sizes": "16x16",
"type": "image/png"
}, {
"src": "icon-32.png",
"sizes": "32x32",
"type": "image/png"
}, {
"src": "icon-128.png",
"sizes": "128x128",
"type": "image/png"
}, {
"src": "icon-256.png",
"sizes": "144x144",
"type": "image/png"
}, {
"src": "icon-256.png",
"sizes": "256x256",
"type": "image/png"
}]
}
Loading

0 comments on commit de6abee

Please sign in to comment.