{
  "name": "Impress Designs Static Assets",
  "groups": [
    {
      "name": "icons",
      "assets": [
        {
          "name": "App icon",
          "description": "Square monogram icon used for favicons, PWA, and touch icons.",
          "source": "icons/icon.svg",
          "outputs": [
            {
              "file": "icons/icon-512.png",
              "format": "png",
              "width": 512,
              "height": 512
            },
            {
              "file": "icons/icon-192.png",
              "format": "png",
              "width": 192,
              "height": 192
            },
            {
              "file": "icons/icon-180.png",
              "format": "png",
              "width": 180,
              "height": 180
            },
            {
              "file": "icons/icon-32.png",
              "format": "png",
              "width": 32,
              "height": 32
            }
          ]
        }
      ]
    },
    {
      "name": "logos",
      "assets": [
        {
          "name": "Full logo lockup",
          "description": "Full ID wordmark lockup. The background, monogram, and wordmark layers can be recoloured at build time via the per-output colors map.",
          "source": "logos/logo-full.svg",
          "outputs": [
            {
              "file": "logos/logo-full-color.png",
              "format": "png",
              "width": 491,
              "colors": {
                "background": "#264583",
                "monogram": "#ffffff",
                "wordmark": "#264583"
              }
            }
          ]
        }
      ]
    }
  ]
}
