wayver's git archive


a simple self-hosted git server
git clone https://git.wayver.dev/bile

assets/manifest.json@f3f2b40f0ffae5de2e6d3f661e32b582274bae49

raw
Date Commit Message Author Files + -
2026-02-17 21:07 initial mvp wayverd 74 10800 0
...

1{
2  "name": "Bile",
3  "theme_color": "#3f8142",
4  "background_color": "#252525",
5  "short_name": "Bile",
6  "display": "browser",
7  "orientation": "any",
8  "dir": "ltr",
9  "icons": [
10    {
11      "src": "/favicon.ico",
12      "type": "image/x-icon",
13      "sizes": "16x16 32x32"
14    },
15    {
16      "src": "/icon-192.png",
17      "type": "image/png",
18      "sizes": "192x192"
19    },
20    {
21      "src": "/icon-512.png",
22      "type": "image/png",
23      "sizes": "512x512"
24    },
25    {
26      "src": "/icon-192-maskable.png",
27      "type": "image/png",
28      "sizes": "192x192",
29      "purpose": "maskable"
30    },
31    {
32      "src": "/icon-512-maskable.png",
33      "type": "image/png",
34      "sizes": "512x512",
35      "purpose": "maskable"
36    }
37  ]
38}