aboutsummaryrefslogtreecommitdiffhomepage
path: root/manifest.json
blob: 972e1f947e549a63f1e136ddd67f67629cb080ce (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
  "name": "Orca",
  "short_name": "Orca",
  "start_url": ".",
  "scope": ".",
  "display": "standalone",
  "icons": [
    {
      "src": "./desktop/icon.png",
      "type": "image/png",
      "sizes": "512x512"
    }
  ]
}