{
  "id": "tsukiweb",
  "name": "Tsukihime - Blue Blue Glass Moon, Under The Crimson Air",
  "description": "Enjoy the story of Tsukihime in your browser.",
  "short_name": "Tsukihime",
  "start_url": "./",
  "scope": "./",
  "theme_color": "#062b64",
  "background_color": "#00153f",
  "display": "standalone",
  "icons": [
    {
      "src": "icons/icon.ico",
      "sizes": "32x32 48x48 72x72 96x96 128x128"
    },
    {
      "src": "icons/icon_256.png",
      "sizes": "256x256",
      "type": "image/png"
    },
    {
      "src": "icons/icon_256_maskable.png",
      "sizes": "256x256",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "icons/icon.svg",
      "sizes": "512x512",
      "type": "image/svg+xml",
      "purpose": "any"
    }
  ],
  "categories": [
    "games",
    "entertainment"
  ],
  "launch_handler": {
    "client_mode": "focus-existing"
  },
  "file_handlers": [
    {
      "action": "./config?tab=advanced",
      "accept": {
        "application/thfull+json": [
          ".thfull"
        ]
      }
    },
    {
      "action": "./load",
      "accept": {
        "application/thweb+json": [
          ".thweb"
        ]
      }
    }
  ],
  "shortcuts": [
    {
      "name": "Flowchart",
      "url": "./scenes"
    }
  ]
}
