aboutsummaryrefslogtreecommitdiff
path: root/static/manifest.json
blob: f60fd1734243857c7bd45461105c1b841523817f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
  {
    "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"
  }