Skip to content

Commit

Permalink
Updates
Browse files Browse the repository at this point in the history
  • Loading branch information
vwh committed Jul 22, 2024
1 parent 3089c4a commit 002b895
Show file tree
Hide file tree
Showing 6 changed files with 32 additions and 19 deletions.
24 changes: 12 additions & 12 deletions assets/index-Iou9tdnQ.js → assets/index-U-diqNez.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
font-size: 2rem;
}
</style>
<script type="module" crossorigin src="/assets/index-Iou9tdnQ.js"></script>
<script type="module" crossorigin src="/assets/index-U-diqNez.js"></script>
<link rel="stylesheet" crossorigin href="/assets/index-t-7PKtx9.css">
<link rel="manifest" href="/manifest.webmanifest"><script id="vite-plugin-pwa:register-sw" src="/registerSW.js"></script></head>

Expand Down
2 changes: 1 addition & 1 deletion manifest.webmanifest
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"name":"SQLite Viewer","short_name":"SQLite","start_url":"/sqlite-viewer/","display":"standalone","background_color":"#e6e6e6","lang":"en-US","scope":"/sqlite-viewer/","theme_color":"#e6e6e6","icons":[{"purpose":"maskable","sizes":"512x512","src":"icon512_maskable.png","type":"image/png"},{"purpose":"any","sizes":"512x512","src":"icon512_rounded.png","type":"image/png"}],"orientation":"any","dir":"ltr","description":"View and query SQLite databases","id":"sqlite-viewer-pwa","categories":["utilities"]}
{"name":"sqlite-viewer","short_name":"sqlite-viewer","start_url":"/","display":"standalone","background_color":"#ffffff","lang":"en","scope":"/"}
19 changes: 16 additions & 3 deletions site.webmanifest
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,22 @@
"lang": "en-US",
"name": "SQLite Viewer",
"short_name": "SQLite",
"start_url": "/sqlite-viewer/",
"scope": "/sqlite-viewer/",
"start_url": "/",
"scope": "/",
"description": "View and query SQLite databases",
"id": "sqlite-viewer-pwa",
"categories": ["utilities"]
"categories": ["utilities"],
"prefer_related_applications": true,
"related_applications": [
{
"platform": "play",
"url": "https://play.google.com/store/apps/details?id=com.hassaneltantawy.sqliteviewer",
"id": "com.hassaneltantawy.sqliteviewer"
},
{
"platform": "itunes",
"url": "https://apps.apple.com/us/app/sqlite-mobile-client/id1465080890",
"id": "id1465080890"
}
]
}
2 changes: 1 addition & 1 deletion sw.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion workbox-3e911b1d.js → workbox-7cfec069.js

Large diffs are not rendered by default.

0 comments on commit 002b895

Please sign in to comment.