aboutsummaryrefslogtreecommitdiff
path: root/static/manifest.json
blob: 6da5546da22fab145cd43f847561dcbc9a8e8899 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
  "name": "Ace Attorney Online",
  "short_name": "WebAO",
  "start_url": "index.html",
  "scope": "./",
  "icons": [
    {
      "src": "logo-new.png",
      "sizes": "128x128",
      "type": "image/png"
    },
    {
      "src": "logo-new-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "theme_color": "#2c3d51",
  "background_color": "#2c3d51",
  "display": "standalone"
}