aboutsummaryrefslogtreecommitdiff
path: root/public/manifest.json
blob: 725d7ff0b120dbd51cc2ef25aee5f479ec3e4ca8 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
{
  "name": "Valentin Popov's Blog",
  "short_name": "popov.link",
  "icons": [
    {
      "sizes": "512x512",
      "src": "google-touch-icon.png"
    }
  ],
  "background_color": "#ffffff",
  "theme_color": "#ffffff",
  "display": "fullscreen"
}