all repos — honk @ masto

my fork of honk

views/manifest.webmanifest (view raw)

 1{
 2  "background_color": "#F5EFFF",
 3  "description": "undermine the vole",
 4  "display": "standalone",
 5  "icons": [
 6    {
 7      "src": "icon.png",
 8      "sizes": "144x144",
 9      "type": "image/png"
10    }
11  ],
12  "name": "honk",
13  "short_name": "honk",
14  "start_url": "/"
15}
16