{
  "$schema": "https://developer.microsoft.com/json-schemas/spfx/client-side-component-manifest.schema.json",

  "manifestVersion": 2,

  "id": "2c46c8f0-e214-4f49-951e-fd5b9d7b4ae1",
  "alias": "SPImageHelper",
  "componentType": "Library",

  // The "*" instructs the tools take the version from package.json when generating the output manifest.
  // For a first party web part that is deployed with sp-client, this version is not very meaningful.
  // We recommend to put "1.0.0" in your package.json and not worry about incrementing it.
  "version": "*"
}
