aboutsummaryrefslogtreecommitdiff
path: root/static/manifest.json
blob: b700497134e6b4153b237c22d30e6fa766951a0c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
  "name": "jefferson.sh",
  "short_name": "jefferson.sh",
  "description": "Blog do Jefferson",
  "icons": [
    {
      "src": "static/favicon.png",
      "sizes": "192x192",
      "type": "image/png"
    }
  ],
  "display": "fullscreen",
  "start_url": "/",
  "orientation": "portrait"
}