{
  "name": "Glyphron",
  "short_name": "Glyphron",
  "description": "A lightweight Canvas ASCII world game.",
  "id": "./",
  "start_url": "./",
  "scope": "./",
  "lang": "ja",
  "dir": "ltr",
  "display": "fullscreen",
  "display_override": ["fullscreen", "standalone", "minimal-ui"],
  "orientation": "any",
  "background_color": "#03060b",
  "theme_color": "#03060b",
  "categories": ["games"],
  "shortcuts": [
    {
      "name": "Focus Play",
      "short_name": "Focus",
      "description": "Start Glyphron with the game view focused.",
      "url": "./?focus=1",
      "icons": [
        {
          "src": "./icon-192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "Quick Touch Play",
      "short_name": "Quick",
      "description": "Start focused with the quick touch preset.",
      "url": "./?focus=1&touch=quick",
      "icons": [
        {
          "src": "./icon-192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "Glyph Grid",
      "short_name": "Grid",
      "description": "Open the shared participation grid.",
      "url": "./?panel=grid",
      "icons": [
        {
          "src": "./icon-192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "Low Power Play",
      "short_name": "Low Power",
      "description": "Start Glyphron in 30fps battery mode.",
      "url": "./?lowpower=1",
      "icons": [
        {
          "src": "./icon-192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "Support",
      "short_name": "Support",
      "description": "Open cosmetic support products.",
      "url": "./?panel=support",
      "icons": [
        {
          "src": "./icon-192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "Proposal",
      "short_name": "Post",
      "description": "Open the proposal panel.",
      "url": "./?panel=proposal",
      "icons": [
        {
          "src": "./icon-192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    }
  ],
  "icons": [
    {
      "src": "./icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "./icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ]
}
