diff options
| author | MohamedBassem <me@mbassem.com> | 2024-03-13 21:43:44 +0000 |
|---|---|---|
| committer | Mohamed Bassem <me@mbassem.com> | 2024-03-14 16:40:45 +0000 |
| commit | 04572a8e5081b1e4871e273cde9dbaaa44c52fe0 (patch) | |
| tree | 8e993acb732a50d1306d4d6953df96c165c57f57 /apps/web/public | |
| parent | 2df08ed08c065e8b91bc8df0266bd4bcbb062be4 (diff) | |
| download | karakeep-04572a8e5081b1e4871e273cde9dbaaa44c52fe0.tar.zst | |
structure: Create apps dir and copy tooling dir from t3-turbo repo
Diffstat (limited to 'apps/web/public')
| -rw-r--r-- | apps/web/public/blur.avif | bin | 0 -> 52746 bytes | |||
| -rw-r--r-- | apps/web/public/icons/logo-128.png | bin | 0 -> 2362 bytes | |||
| -rw-r--r-- | apps/web/public/icons/logo-16.png | bin | 0 -> 287 bytes | |||
| -rw-r--r-- | apps/web/public/icons/logo-48.png | bin | 0 -> 780 bytes | |||
| -rw-r--r-- | apps/web/public/manifest.json | 25 |
5 files changed, 25 insertions, 0 deletions
diff --git a/apps/web/public/blur.avif b/apps/web/public/blur.avif Binary files differnew file mode 100644 index 00000000..cbc6cd37 --- /dev/null +++ b/apps/web/public/blur.avif diff --git a/apps/web/public/icons/logo-128.png b/apps/web/public/icons/logo-128.png Binary files differnew file mode 100644 index 00000000..71ead90c --- /dev/null +++ b/apps/web/public/icons/logo-128.png diff --git a/apps/web/public/icons/logo-16.png b/apps/web/public/icons/logo-16.png Binary files differnew file mode 100644 index 00000000..dd864d44 --- /dev/null +++ b/apps/web/public/icons/logo-16.png diff --git a/apps/web/public/icons/logo-48.png b/apps/web/public/icons/logo-48.png Binary files differnew file mode 100644 index 00000000..7ba1cd49 --- /dev/null +++ b/apps/web/public/icons/logo-48.png diff --git a/apps/web/public/manifest.json b/apps/web/public/manifest.json new file mode 100644 index 00000000..b42343f6 --- /dev/null +++ b/apps/web/public/manifest.json @@ -0,0 +1,25 @@ +{ + "name": "Hoarder", + "short_name": "Hoarder", + "icons": [ + { + "src": "/icons/logo-16.png", + "sizes": "16x16", + "type": "image/png", + "purpose": "any maskable" + }, + { + "src": "/icons/logo-48.png", + "sizes": "48x48", + "type": "image/png" + }, + { + "src": "/icons/logo-128.png", + "sizes": "128x128", + "type": "image/png" + } + ], + "start_url": "/", + "display": "standalone", + "orientation": "portrait" +} |
