all repos — honk @ master

my fork of honk

views/manifest.webmanifest (view raw)

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